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 85ef3c9 commit a48783cCopy full SHA for a48783c
.circleci/config.yml
@@ -601,8 +601,10 @@ jobs:
601
at: /tmp
602
- restore_cache:
603
keys:
604
- - ds210-anat-v4-{{ epoch }}
605
- - ds210-anat-v4-
+ - ds210-anat-v5-{{ .Branch }}-{{ epoch }}
+ - ds210-anat-v5-{{ .Branch }}
606
+ - ds210-anat-v5-master
607
+ - ds210-anat-v5-
608
- run:
609
name: Setting up test
610
command: |
@@ -636,7 +638,7 @@ jobs:
636
638
--fs-no-reconall --sloppy --write-graph \
637
639
--mem_mb 4096 --nthreads 2 --anat-only -vv
640
- save_cache:
- key: ds210-anat-v4-{{ epoch }}
641
+ key: ds210-anat-v5-{{ .Branch }}-{{ epoch }}
642
paths:
643
- /tmp/ds210/work
644
- /tmp/ds210/derivatives
0 commit comments