We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d02d29 commit 84d4f65Copy full SHA for 84d4f65
.circleci/config.yml
@@ -779,7 +779,7 @@ jobs:
779
- attach_workspace:
780
at: /home/circleci/
781
- restore_cache:
782
- key: flowkit-docs-deps-9-{{ checksum "Pipfile.lock" }}
+ key: flowkit-docs-deps-10-{{ checksum "Pipfile.lock" }}
783
- run:
784
name: Install pandoc
785
command: |
@@ -873,7 +873,7 @@ jobs:
873
path: /home/circleci/project/docs/pg_log.zip
874
destination: pg_log
875
- save_cache:
876
877
paths:
878
- /home/circleci/.local/share/virtualenvs/
879
0 commit comments