File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ jobs:
128
128
steps :
129
129
- restore_cache :
130
130
keys :
131
- - data-v1 -{{ .Branch }}-
132
- - data-v1 -master-
133
- - data-v1 -
131
+ - data-v2 -{{ .Branch }}-
132
+ - data-v2 -master-
133
+ - data-v2 -
134
134
- run :
135
135
name : Setup git-annex
136
136
command : |
@@ -190,9 +190,10 @@ jobs:
190
190
echo "poll_sleep_duration = 0.01" >> /tmp/data/nipype.cfg
191
191
echo "hash_method = content" >> /tmp/data/nipype.cfg
192
192
echo "crashfile_format = txt" >> /tmp/data/nipype.cfg
193
+ echo "use_relative_paths = true" >> /tmp/data/nipype.cfg
193
194
194
195
- save_cache :
195
- key : data-v1 -{{ .Branch }}-{{ .BuildNum }}
196
+ key : data-v2 -{{ .Branch }}-{{ .BuildNum }}
196
197
paths :
197
198
- " /opt/circleci/.pyenv/versions/3.5.2"
198
199
- /tmp/data
@@ -236,8 +237,9 @@ jobs:
236
237
else
237
238
rm -rf /tmp/work
238
239
mkdir -p /tmp/work
239
- cd /tmp/work
240
- tar xzfv /tmp/data/workdir.tar.gz
240
+ pushd /tmp/work
241
+ tar xzfv /tmp/data/workdir.tar.gz --strip 1
242
+ popd
241
243
fi
242
244
243
245
wipe_dir=$( echo "${COMMIT_MSG}" | sed -n 's/.*\[wipe \([a-zA-Z0-9_\*]*\)\].*/\1/p' )
You can’t perform that action at this time.
0 commit comments