Skip to content

Commit 5a0edd6

Browse files
committed
CI: Bump ds005 anatomical cache
1 parent fa478bb commit 5a0edd6

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-v9-{{ .Branch }}-{{ epoch }}
358-
- ds005-anat-v9-{{ .Branch }}
359-
- ds005-anat-v9-master
360-
- ds005-anat-v9-
357+
- ds005-anat-v10-{{ .Branch }}-{{ epoch }}
358+
- ds005-anat-v10-{{ .Branch }}
359+
- ds005-anat-v10-master
360+
- ds005-anat-v10-
361361
- run:
362362
name: Setting up test
363363
command: |
@@ -391,7 +391,7 @@ jobs:
391391
--sloppy --write-graph --mem_mb 4096 \
392392
--nthreads 2 --anat-only -vv
393393
- save_cache:
394-
key: ds005-anat-v9-{{ .Branch }}-{{ epoch }}
394+
key: ds005-anat-v10-{{ .Branch }}-{{ epoch }}
395395
paths:
396396
- /tmp/ds005/work
397397
- /tmp/ds005/derivatives/fmriprep

0 commit comments

Comments
 (0)