Skip to content

Commit e877fc6

Browse files
committed
Bust cache
1 parent ec408b0 commit e877fc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,13 @@ jobs:
328328
steps:
329329
- checkout
330330
- restore_cache:
331-
key: flowmachine-deps-8-{{ checksum "flowmachine/Pipfile.lock" }}
331+
key: flowmachine-deps-9-{{ checksum "flowmachine/Pipfile.lock" }}
332332
# Need to install graphviz and pygraphviz manually because it was removed from the Pipfile
333333
# (see https://github.com/Flowminder/FlowKit/issues/952)
334334
- run: cd flowmachine && pipenv install --dev --deploy
335335
- run: cd flowmachine && sudo apt-get update && sudo apt-get install -y libgraphviz-dev graphviz && pipenv run pip install pygraphviz
336336
- save_cache:
337-
key: flowmachine-deps-8-{{ checksum "flowmachine/Pipfile.lock" }}
337+
key: flowmachine-deps-9-{{ checksum "flowmachine/Pipfile.lock" }}
338338
paths:
339339
- /home/circleci/.local/share/virtualenvs/
340340

@@ -344,7 +344,7 @@ jobs:
344344
steps:
345345
- checkout
346346
- restore_cache:
347-
key: flowmachine-deps-8-{{ checksum "flowmachine/Pipfile.lock" }}
347+
key: flowmachine-deps-9-{{ checksum "flowmachine/Pipfile.lock" }}
348348
- run:
349349
name: Linting files with black
350350
# Installed the version of Black from flowmachine's lockfile
@@ -386,7 +386,7 @@ jobs:
386386
- attach_workspace:
387387
at: /home/circleci/
388388
- restore_cache:
389-
key: flowmachine-deps-8-{{ checksum "Pipfile.lock" }}
389+
key: flowmachine-deps-9-{{ checksum "Pipfile.lock" }}
390390
- run:
391391
name: Install graphviz
392392
command: sudo apt-get update && sudo apt-get install -y xvfb libgraphviz-dev graphviz
@@ -703,10 +703,10 @@ jobs:
703703
- attach_workspace:
704704
at: /home/circleci
705705
- restore_cache:
706-
key: integration-test-deps-6-{{ checksum "Pipfile.lock" }}
706+
key: integration-test-deps-7-{{ checksum "Pipfile.lock" }}
707707
- run: pipenv install --deploy --dev
708708
- save_cache:
709-
key: integration-test-deps-6-{{ checksum "Pipfile.lock" }}
709+
key: integration-test-deps-7-{{ checksum "Pipfile.lock" }}
710710
paths:
711711
- /home/circleci/.local/share/virtualenvs/
712712
- run: *wait_for_flowdb
@@ -778,7 +778,7 @@ jobs:
778778
- attach_workspace:
779779
at: /home/circleci/
780780
- restore_cache:
781-
key: flowkit-docs-deps-6-{{ checksum "Pipfile.lock" }}
781+
key: flowkit-docs-deps-7-{{ checksum "Pipfile.lock" }}
782782
- run:
783783
name: Install pandoc
784784
command: |
@@ -872,7 +872,7 @@ jobs:
872872
path: /home/circleci/project/docs/pg_log.zip
873873
destination: pg_log
874874
- save_cache:
875-
key: flowkit-docs-deps-6-{{ checksum "Pipfile.lock" }}
875+
key: flowkit-docs-deps-7-{{ checksum "Pipfile.lock" }}
876876
paths:
877877
- /home/circleci/.local/share/virtualenvs/
878878

0 commit comments

Comments
 (0)