Skip to content

Commit 55e9abe

Browse files
committed
chore(ci): Bump get_data container, environment cache
1 parent 2f911b0 commit 55e9abe

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
@@ -120,16 +120,16 @@ jobs:
120120

121121
get_data:
122122
docker:
123-
- image: quay.io/condaforge/miniforge3:24.9.0-0
123+
- image: quay.io/condaforge/miniforge3:latest
124124
working_directory: /tmp/data
125125
environment:
126126
- TEMPLATEFLOW_HOME: /tmp/templateflow
127127
steps:
128128
- restore_cache:
129129
keys:
130-
- env-v0-{{ .Branch }}-
131-
- env-v0-master-
132-
- env-v0-
130+
- env-v1-{{ .Branch }}-
131+
- env-v1-master-
132+
- env-v1-
133133
- run:
134134
name: Setup git-annex, DataLad & TemplateFlow
135135
command: |
@@ -138,7 +138,7 @@ jobs:
138138
git config --global user.name 'NiPreps Bot'
139139
git config --global user.email '[email protected]'
140140
- save_cache:
141-
key: env-v0-{{ .Branch }}-{{ .BuildNum }}
141+
key: env-v1-{{ .Branch }}-{{ .BuildNum }}
142142
paths:
143143
- /opt/conda
144144

0 commit comments

Comments
 (0)