File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments