Skip to content

Commit 3e7a791

Browse files
committed
fix(ds005): check whether cache needs a wipe
1 parent 910295d commit 3e7a791

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ jobs:
334334
- data-v7-{{ .Branch }}-{{ .Revision }}
335335
- restore_cache:
336336
keys:
337-
- ds005-anat-v17-{{ .Branch }}-{{ .Revision }}
338-
- ds005-anat-v17-{{ .Branch }}
339-
- ds005-anat-v17-master
340-
- ds005-anat-v17-
337+
- ds005-anat-v18-{{ .Branch }}-{{ .Revision }}
338+
- ds005-anat-v18-{{ .Branch }}
339+
- ds005-anat-v18-master
340+
- ds005-anat-v18-
341341
- run:
342342
name: Set-up a Docker registry
343343
command: |
@@ -380,7 +380,7 @@ jobs:
380380
rm -rf /tmp/ds005/work/reportlets
381381
rm -rf /tmp/ds005/derivatives/fmriprep
382382
- save_cache:
383-
key: ds005-anat-v17-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
383+
key: ds005-anat-v18-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
384384
paths:
385385
- /tmp/ds005/work
386386

0 commit comments

Comments
 (0)