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 fa478bb commit 5a0edd6Copy full SHA for 5a0edd6
.circleci/config.yml
@@ -354,10 +354,10 @@ jobs:
354
at: /tmp
355
- restore_cache:
356
keys:
357
- - ds005-anat-v9-{{ .Branch }}-{{ epoch }}
358
- - ds005-anat-v9-{{ .Branch }}
359
- - ds005-anat-v9-master
360
- - ds005-anat-v9-
+ - ds005-anat-v10-{{ .Branch }}-{{ epoch }}
+ - ds005-anat-v10-{{ .Branch }}
+ - ds005-anat-v10-master
+ - ds005-anat-v10-
361
- run:
362
name: Setting up test
363
command: |
@@ -391,7 +391,7 @@ jobs:
391
--sloppy --write-graph --mem_mb 4096 \
392
--nthreads 2 --anat-only -vv
393
- save_cache:
394
- key: ds005-anat-v9-{{ .Branch }}-{{ epoch }}
+ key: ds005-anat-v10-{{ .Branch }}-{{ epoch }}
395
paths:
396
- /tmp/ds005/work
397
- /tmp/ds005/derivatives/fmriprep
0 commit comments