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 @@ -180,10 +180,10 @@ jobs:
180
180
181
181
- restore_cache :
182
182
keys :
183
- - data-ds000206-v1 -{{ .Branch }}-{{ .Revision }}-
184
- - data-ds000206-v1 -{{ .Branch }}-
185
- - data-ds000206-v1 -master-
186
- - data-ds000206-v1 -
183
+ - data-ds000206-v2 -{{ .Branch }}-{{ .Revision }}-
184
+ - data-ds000206-v2 -{{ .Branch }}-
185
+ - data-ds000206-v2 -master-
186
+ - data-ds000206-v2 -
187
187
- run :
188
188
name : Install ds000206
189
189
command : |
@@ -193,7 +193,7 @@ jobs:
193
193
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/*
194
194
195
195
- save_cache :
196
- key : data-ds000206-v1 -{{ .Branch }}-{{ .Revision }}-{{ epoch }}
196
+ key : data-ds000206-v2 -{{ .Branch }}-{{ .Revision }}-{{ epoch }}
197
197
paths :
198
198
- /tmp/data/ds000206
199
199
You can’t perform that action at this time.
0 commit comments