Skip to content

Commit bc23efb

Browse files
committed
maint: clear data cache on CircleCI
1 parent b66cfbd commit bc23efb

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
@@ -42,9 +42,9 @@ jobs:
4242

4343
- restore_cache:
4444
keys:
45-
- data-v2-{{ .Branch }}-
46-
- data-v2-master-
47-
- data-v2-
45+
- data-v3-{{ .Branch }}-
46+
- data-v3-master-
47+
- data-v3-
4848
- run:
4949
name: Install test data from GIN
5050
command: |
@@ -58,7 +58,7 @@ jobs:
5858
datalad update -r --merge -d nitransforms-tests/
5959
datalad get -r -d nitransforms-tests/
6060
- save_cache:
61-
key: data-v2-{{ .Branch }}-{{ .BuildNum }}
61+
key: data-v3-{{ .Branch }}-{{ .BuildNum }}
6262
paths:
6363
- /tmp/data
6464

0 commit comments

Comments
 (0)