File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44sample_pip /* /__pycache__
55
66# dev tools
7- .idea
7+ .idea
8+ ** /.DS_Store
Original file line number Diff line number Diff line change @@ -182,6 +182,6 @@ steps:
182182 PARAM_VENV_PATH : << parameters.venv-path >>
183183 command : <<include(scripts/cache-save.sh)>>
184184 - save_cache :
185- key : <<parameters.cache-version>>-cci_pycache-<<#parameters.include-branch-in-cache-key>>{{ .Branch }}-<</parameters.include-branch-in-cache-key>>{{ checksum "/tmp/cci_pycache/lockfile" }}-<<#parameters.include-python-in-cache-key>>{{ checksum "/home/circleci/.pyenv/ version" }}-<</parameters.include-python-in-cache-key>>
185+ key : <<parameters.cache-version>>-cci_pycache-<<#parameters.include-branch-in-cache-key>>{{ .Branch }}-<</parameters.include-branch-in-cache-key>>{{ checksum "/tmp/cci_pycache/lockfile" }}-<<#parameters.include-python-in-cache-key>>{{ checksum "/tmp/python- version" }}-<</parameters.include-python-in-cache-key>>
186186 paths :
187187 - /tmp/cci_pycache
You can’t perform that action at this time.
0 commit comments