Skip to content

Commit 3065fd5

Browse files
committed
critical: bump regression data cache-id on CircleCI [skip ci]
This is necessary as now the masks regressions will only be run on the first echo of ME datasets. This id bump will only be applied after merging into master, as the regression tests are run only on master or branches with the prefix ``masks?/``. Reference: #1.
1 parent 6b312fa commit 3065fd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ jobs:
151151
steps:
152152
- restore_cache:
153153
keys:
154-
- regression-v4-{{ .Revision }}
155-
- regression-v4-
154+
- regression-v5-{{ .Revision }}
155+
- regression-v5-
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-v4-{{ .Revision }}-{{ epoch }}
178+
key: regression-v5-{{ .Revision }}-{{ epoch }}
179179
paths:
180180
- /tmp/data
181181

@@ -284,7 +284,7 @@ jobs:
284284
285285
- restore_cache:
286286
keys:
287-
- regression-v4-{{ .Revision }}
287+
- regression-v5-{{ .Revision }}
288288
- restore_cache:
289289
keys:
290290
- masks-workdir-v2-{{ .Branch }}-{{epoch}}

0 commit comments

Comments
 (0)