Skip to content

Commit 84d4f65

Browse files
committed
And bust another cache
1 parent 9d02d29 commit 84d4f65

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
@@ -779,7 +779,7 @@ jobs:
779779
- attach_workspace:
780780
at: /home/circleci/
781781
- restore_cache:
782-
key: flowkit-docs-deps-9-{{ checksum "Pipfile.lock" }}
782+
key: flowkit-docs-deps-10-{{ checksum "Pipfile.lock" }}
783783
- run:
784784
name: Install pandoc
785785
command: |
@@ -873,7 +873,7 @@ jobs:
873873
path: /home/circleci/project/docs/pg_log.zip
874874
destination: pg_log
875875
- save_cache:
876-
key: flowkit-docs-deps-9-{{ checksum "Pipfile.lock" }}
876+
key: flowkit-docs-deps-10-{{ checksum "Pipfile.lock" }}
877877
paths:
878878
- /home/circleci/.local/share/virtualenvs/
879879

0 commit comments

Comments
 (0)