Skip to content

Commit 2fffaed

Browse files
committed
[skip ds210][skip tests][skip docs] Clear ds005 cache
1 parent acb8584 commit 2fffaed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ jobs:
354354
at: /tmp
355355
- restore_cache:
356356
keys:
357-
- ds005-anat-v8-{{ .Branch }}-{{ epoch }}
358-
- ds005-anat-v8-{{ .Branch }}
359-
- ds005-anat-v8-master
360-
- ds005-anat-v8-
357+
- ds005-anat-v9-{{ .Branch }}-{{ epoch }}
358+
- ds005-anat-v9-{{ .Branch }}
359+
- ds005-anat-v9-master
360+
- ds005-anat-v9-
361361
- run:
362362
name: Setting up test
363363
command: |
@@ -391,7 +391,7 @@ jobs:
391391
--debug --write-graph --mem_mb 4096 \
392392
--nthreads 2 --anat-only -vv
393393
- save_cache:
394-
key: ds005-anat-v8-{{ .Branch }}-{{ epoch }}
394+
key: ds005-anat-v9-{{ .Branch }}-{{ epoch }}
395395
paths:
396396
- /tmp/ds005/work
397397
- /tmp/ds005/derivatives/fmriprep

0 commit comments

Comments
 (0)