Skip to content

Commit e9b953a

Browse files
committed
CI: Persist files to workspace
1 parent 7363cb2 commit e9b953a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,17 @@ jobs:
219219
# Caching intermediate templates so no need to constantly fetch
220220
XFM="from-MNI152NLin6Asym_to-MNIInfant+1_xfm.h5"
221221
echo "Downloading $XFM"
222-
curl -Lo "XFM" https://osf.io/download/kx7ny
222+
curl -Lo "$XFM" https://osf.io/download/kx7ny
223223
XFM="from-MNIInfant+1_to-MNI152NLin6Asym_xfm.h5"
224224
echo "Downloading $XFM"
225-
curl -Lo "XFM" https://osf.io/download/7ge2b
225+
curl -Lo "$XFM" https://osf.io/download/7ge2b
226226
227227
- persist_to_workspace:
228228
root: /tmp
229229
paths:
230230
- fslicense
231231
- bcp/nipype.cfg
232+
- pooch/*
232233

233234
test_pytest:
234235
!!merge <<: *machine_defaults

0 commit comments

Comments
 (0)