File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,11 @@ jobs:
173
173
steps :
174
174
- restore_cache :
175
175
keys :
176
- - data-v3 -{{ .Branch }}-{{ .Revision }}
177
- - data-v3 --{{ .Revision }}
178
- - data-v3 -{{ .Branch }}-
179
- - data-v3 -master-
180
- - data-v3 -
176
+ - data-v0 -{{ .Branch }}-{{ .Revision }}
177
+ - data-v0 --{{ .Revision }}
178
+ - data-v0 -{{ .Branch }}-
179
+ - data-v0 -master-
180
+ - data-v0 -
181
181
- run :
182
182
name : Install datalad + git-annex
183
183
command : |
@@ -203,7 +203,7 @@ jobs:
203
203
echo "Reusing cached data"
204
204
fi
205
205
- save_cache :
206
- key : data-v3 -{{ .Branch }}-{{ .Revision }}
206
+ key : data-v0 -{{ .Branch }}-{{ .Revision }}
207
207
paths :
208
208
- /tmp/data
209
209
- run :
@@ -243,7 +243,7 @@ jobs:
243
243
- /tmp/images
244
244
- restore_cache :
245
245
keys :
246
- - data-v3 -{{ .Branch }}-{{ .Revision }}
246
+ - data-v0 -{{ .Branch }}-{{ .Revision }}
247
247
- docker/install-docker-credential-helper
248
248
- run : *docker_auth
249
249
- run : *setup_docker_registry
@@ -314,7 +314,7 @@ jobs:
314
314
- /tmp/images
315
315
- restore_cache :
316
316
keys :
317
- - data-v3 -{{ .Branch }}-{{ .Revision }}
317
+ - data-v0 -{{ .Branch }}-{{ .Revision }}
318
318
- restore_cache :
319
319
keys :
320
320
- bcp-anat-v0-{{ .Branch }}-{{ .Revision }}
You can’t perform that action at this time.
0 commit comments