Skip to content

Commit aac2625

Browse files
authored
Merge pull request #717 from effigies/ci/get_data_try3
CI: Bump environment cache version
2 parents 7f078c1 + eb70dae commit aac2625

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
@@ -97,9 +97,9 @@ jobs:
9797
steps:
9898
- restore_cache:
9999
keys:
100-
- env-v1-{{ .Branch }}-
101-
- env-v1-maint/1.4.x-
102-
- env-v1-
100+
- env-v2-{{ .Branch }}-
101+
- env-v2-maint/1.4.x-
102+
- env-v2-
103103
- run:
104104
name: Setup git-annex, DataLad & TemplateFlow
105105
command: |
@@ -109,7 +109,7 @@ jobs:
109109
git config --global user.email '[email protected]'
110110
python -m pip install --no-cache-dir -U templateflow
111111
- save_cache:
112-
key: env-v1-{{ .Branch }}-{{ .BuildNum }}
112+
key: env-v2-{{ .Branch }}-{{ .BuildNum }}
113113
paths:
114114
- /opt/conda
115115

0 commit comments

Comments
 (0)