Skip to content

Commit acc06bc

Browse files
committed
fix: download full freesurfer of ds000206
1 parent 5c45b21 commit acc06bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ jobs:
190190
datalad install -r https://github.com/nipreps-data/ds000206.git
191191
datalad update -r --merge -d ds000206/
192192
datalad get -J 2 -r -d ds000206/ ds000206/sub-05/*
193-
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/mri/* \
194-
ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/*
193+
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/*
195194
196195
- save_cache:
197196
key: data-ds000206-v1-{{ .Branch }}-{{ .Revision }}-{{ epoch }}

0 commit comments

Comments
 (0)