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:
118
118
119
119
- restore_cache :
120
120
keys :
121
- - data-v3-{{ .Branch }}-{{ epoch }}
122
121
- data-v3-{{ .Branch }}-
123
122
- data-v3-maint/1.3.x-
124
123
- data-v3-master-
@@ -252,7 +251,7 @@ jobs:
252
251
253
252
- restore_cache :
254
253
keys :
255
- - data-v3-{{ .Branch }}-{{ epoch }}
254
+ - data-v3-{{ .Branch }}-
256
255
257
256
- run :
258
257
name : Run unit tests
@@ -332,7 +331,7 @@ jobs:
332
331
333
332
- restore_cache :
334
333
keys :
335
- - build-v1-{{ .Branch }}-{{ epoch }}
334
+ - build-v1-{{ .Branch }}-
336
335
- run :
337
336
name : Docker authentication
338
337
command : |
@@ -360,7 +359,6 @@ jobs:
360
359
docker tag localhost:5000/niworkflows niworkflows:latest
361
360
- restore_cache :
362
361
keys :
363
- - masks-workdir-v3-{{ .Branch }}-{{epoch}}
364
362
- masks-workdir-v3-{{ .Branch }}-
365
363
- masks-workdir-v3-maint/1.3.x-
366
364
- masks-workdir-v3-master-
You can’t perform that action at this time.
0 commit comments