File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -413,16 +413,6 @@ jobs:
413
413
paths :
414
414
- /tmp/docker
415
415
- /tmp/images
416
- - restore_cache :
417
- keys :
418
- - ds005-anat-v9-{{ .Branch }}-{{ epoch }}
419
- - ds005-anat-v9-{{ .Branch }}
420
- - ds005-anat-v9-master
421
- - restore_cache :
422
- keys :
423
- - testdata-v2-{{ .Branch }}-{{ epoch }}
424
- - testdata-v2-{{ .Branch }}
425
- - testdata-v2-
426
416
- run :
427
417
name : Setting up test
428
418
command : |
@@ -462,9 +452,9 @@ jobs:
462
452
docker tag localhost:5000/smriprep nipreps/smriprep:latest
463
453
- restore_cache :
464
454
keys :
465
- - ds005-anat-v7 -{{ .Branch }}-{{ epoch }}
466
- - ds005-anat-v7 -{{ .Branch }}
467
- - ds005-anat-v7 -master
455
+ - ds005-anat-v9 -{{ .Branch }}-{{ epoch }}
456
+ - ds005-anat-v9 -{{ .Branch }}
457
+ - ds005-anat-v9 -master
468
458
- restore_cache :
469
459
keys :
470
460
- testdata-v2-{{ .Branch }}-{{ epoch }}
@@ -523,7 +513,7 @@ jobs:
523
513
rm -rf /tmp/ds005/work/reportlets
524
514
rm -rf /tmp/ds005/work/smriprep_wf/fsdir_run_*/
525
515
- save_cache :
526
- key : ds005-anat-v7 -{{ .Branch }}-{{ epoch }}
516
+ key : ds005-anat-v9 -{{ .Branch }}-{{ epoch }}
527
517
paths :
528
518
- /tmp/ds005/work
529
519
You can’t perform that action at this time.
0 commit comments