File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -334,10 +334,10 @@ jobs:
334
334
- data-v7-{{ .Branch }}-{{ .Revision }}
335
335
- restore_cache :
336
336
keys :
337
- - ds005-anat-v17 -{{ .Branch }}-{{ .Revision }}
338
- - ds005-anat-v17 -{{ .Branch }}
339
- - ds005-anat-v17 -master
340
- - ds005-anat-v17 -
337
+ - ds005-anat-v18 -{{ .Branch }}-{{ .Revision }}
338
+ - ds005-anat-v18 -{{ .Branch }}
339
+ - ds005-anat-v18 -master
340
+ - ds005-anat-v18 -
341
341
- run :
342
342
name : Set-up a Docker registry
343
343
command : |
@@ -380,7 +380,7 @@ jobs:
380
380
rm -rf /tmp/ds005/work/reportlets
381
381
rm -rf /tmp/ds005/derivatives/fmriprep
382
382
- save_cache :
383
- key : ds005-anat-v17 -{{ .Branch }}-{{ .Revision }}-{{ epoch }}
383
+ key : ds005-anat-v18 -{{ .Branch }}-{{ .Revision }}-{{ epoch }}
384
384
paths :
385
385
- /tmp/ds005/work
386
386
You can’t perform that action at this time.
0 commit comments