We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0641e commit 61763d3Copy full SHA for 61763d3
.circleci/config.yml
@@ -168,7 +168,7 @@ jobs:
168
mkdir -p /tmp/DS001771/derivatives
169
wget --retry-connrefused --waitretry=5 --read-timeout=20 --timeout=15 -t 0 -q \
170
-O ds001771_sub-36_derivatives_freesurfer.tar.gz "https://files.osf.io/v1/resources/8k95s/providers/osfstorage/5e21e74fedceab00ad82e047"
171
- tar xvzf THP002_derivatives_freesurfer.tar.gz -C /tmp/DS001771/derivatives
+ tar xvzf ds001771_sub-36_derivatives_freesurfer.tar.gz -C /tmp/DS001771/derivatives
172
else
173
echo "FreeSurfer derivatives of DS001771 were cached"
174
fi
@@ -675,4 +675,4 @@ workflows:
675
branches:
676
ignore: /.*/
677
tags:
678
- only: /.*/
+ only: /.*/
0 commit comments