Skip to content

Commit

Permalink
bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 10, 2024
1 parent f66e462 commit 488f510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v6-dependencies-{{ checksum "Pipfile.lock" }}
- v8-dependencies-{{ checksum "Pipfile.lock" }}
- run: &install-pipenv pip install -U pipenv "urllib3<=2.0" pip --quiet --no-input
- run: pipenv sync --categories "api dev-packages frontend"
#- run: pipenv run pipenv check # before save_cache so an insecure cache is never saved
Expand All @@ -35,7 +35,7 @@ jobs:
when: on_success
paths:
- ~/.local/share/virtualenvs/
key: v6-dependencies-{{ checksum "Pipfile.lock" }}
key: v8-dependencies-{{ checksum "Pipfile.lock" }}

test:
docker:
Expand All @@ -45,7 +45,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v6-dependencies-{{ checksum "Pipfile.lock" }}
- v8-dependencies-{{ checksum "Pipfile.lock" }}
- run: *install-pipenv
- run: pipenv run pipenv verify
- run: pipenv run ruff-check
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
at: ~/repo/
- restore_cache:
keys:
- v6-dependencies-{{ checksum "Pipfile.lock" }}
- v8-dependencies-{{ checksum "Pipfile.lock" }}
- run: printenv DJANGO_SETTINGS_MODULE SAM_CONFIG_FILE SAM_LAMBDA_CONFIG_ENV SAM_PUBLIC_CONFIG_ENV
- run: printenv SECRET_KEY | md5sum
- run: printenv AWS_ACCESS_KEY_ID | md5sum
Expand Down

0 comments on commit 488f510

Please sign in to comment.