File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ jobs:
118118
119119 - restore_cache :
120120 keys :
121- - data-v3-{{ .Branch }}-{{ epoch }}
122121 - data-v3-{{ .Branch }}-
123122 - data-v3-maint/1.3.x-
124123 - data-v3-master-
@@ -252,7 +251,7 @@ jobs:
252251
253252 - restore_cache :
254253 keys :
255- - data-v3-{{ .Branch }}-{{ epoch }}
254+ - data-v3-{{ .Branch }}-
256255
257256 - run :
258257 name : Run unit tests
@@ -332,7 +331,7 @@ jobs:
332331
333332 - restore_cache :
334333 keys :
335- - build-v1-{{ .Branch }}-{{ epoch }}
334+ - build-v1-{{ .Branch }}-
336335 - run :
337336 name : Docker authentication
338337 command : |
@@ -360,7 +359,6 @@ jobs:
360359 docker tag localhost:5000/niworkflows niworkflows:latest
361360 - restore_cache :
362361 keys :
363- - masks-workdir-v3-{{ .Branch }}-{{epoch}}
364362 - masks-workdir-v3-{{ .Branch }}-
365363 - masks-workdir-v3-maint/1.3.x-
366364 - masks-workdir-v3-master-
You can’t perform that action at this time.
0 commit comments