Skip to content

Commit a48783c

Browse files
committed
CI: Bump ds210-anat cache
1 parent 85ef3c9 commit a48783c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,10 @@ jobs:
601601
at: /tmp
602602
- restore_cache:
603603
keys:
604-
- ds210-anat-v4-{{ epoch }}
605-
- ds210-anat-v4-
604+
- ds210-anat-v5-{{ .Branch }}-{{ epoch }}
605+
- ds210-anat-v5-{{ .Branch }}
606+
- ds210-anat-v5-master
607+
- ds210-anat-v5-
606608
- run:
607609
name: Setting up test
608610
command: |
@@ -636,7 +638,7 @@ jobs:
636638
--fs-no-reconall --sloppy --write-graph \
637639
--mem_mb 4096 --nthreads 2 --anat-only -vv
638640
- save_cache:
639-
key: ds210-anat-v4-{{ epoch }}
641+
key: ds210-anat-v5-{{ .Branch }}-{{ epoch }}
640642
paths:
641643
- /tmp/ds210/work
642644
- /tmp/ds210/derivatives

0 commit comments

Comments
 (0)