File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ jobs:
151151 steps :
152152 - restore_cache :
153153 keys :
154- - regression-v3 -{{ .Revision }}
155- - regression-v3 -
154+ - regression-v4 -{{ .Revision }}
155+ - regression-v4 -
156156 - run :
157157 name : Get truncated BOLD series
158158 command : |
@@ -175,7 +175,7 @@ jobs:
175175 echo "Pre-computed masks were cached"
176176 fi
177177 - save_cache :
178- key : regression-v3 -{{ .Revision }}-{{ epoch }}
178+ key : regression-v4 -{{ .Revision }}-{{ epoch }}
179179 paths :
180180 - /tmp/data
181181
@@ -282,7 +282,7 @@ jobs:
282282
283283 - restore_cache :
284284 keys :
285- - regression-v3 -{{ .Revision }}
285+ - regression-v4 -{{ .Revision }}
286286 - restore_cache :
287287 keys :
288288 - masks-workdir-v2-{{ .Branch }}-{{epoch}}
You can’t perform that action at this time.
0 commit comments