Skip to content

Commit 9d02d29

Browse files
committed
Bust another cache
1 parent f26cd0e commit 9d02d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,10 +704,10 @@ jobs:
704704
- attach_workspace:
705705
at: /home/circleci
706706
- restore_cache:
707-
key: integration-test-deps-8-{{ checksum "Pipfile.lock" }}
707+
key: integration-test-deps-9-{{ checksum "Pipfile.lock" }}
708708
- run: pipenv install --deploy --dev
709709
- save_cache:
710-
key: integration-test-deps-8-{{ checksum "Pipfile.lock" }}
710+
key: integration-test-deps-9-{{ checksum "Pipfile.lock" }}
711711
paths:
712712
- /home/circleci/.local/share/virtualenvs/
713713
- run: *wait_for_flowdb

0 commit comments

Comments
 (0)