File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dependencies:
21
21
timeout : 1600
22
22
- mkdir -p ~/docker; docker save nipype/nipype_test:py27 > ~/docker/image.tar :
23
23
timeout : 1600
24
- - if [[ ! -d ~/examples/data ]]; then mkdir ~/examples/; wget -O nipype-tutorial.tar.bz2 https://googledrive.com/host/0BxI12kyv2olZR05SU1lPampNcVE && tar xjf nipype-tutorial.tar.bz2 && mv nipype-tutorial/* ~/examples/; fi
25
- - if [[ ! -d ~/examples/feeds ]]; then wget -O fsl-feeds.tar.gz https://googledrive.com/host/0BxI12kyv2olZNXBONlJKV0Y1Tm8 && tar xzf fsl-feeds.tar.gz && mv feeds ~/examples/; fi
24
+ - if [[ ! -d ~/examples/data ]]; then mkdir ~/examples/; wget -q - O nipype-tutorial.tar.bz2 https://googledrive.com/host/0BxI12kyv2olZR05SU1lPampNcVE && tar xjf nipype-tutorial.tar.bz2 && mv nipype-tutorial/* ~/examples/; fi
25
+ - if [[ ! -d ~/examples/feeds ]]; then wget -q - O fsl-feeds.tar.gz https://googledrive.com/host/0BxI12kyv2olZNXBONlJKV0Y1Tm8 && tar xzf fsl-feeds.tar.gz && mv feeds ~/examples/; fi
26
26
27
27
test :
28
28
override :
You can’t perform that action at this time.
0 commit comments