File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies:
10
10
11
11
pre :
12
12
- mkdir -p "~/scratch/nose"
13
+ - mkdir -p "~/examples"
13
14
# Let CircleCI cache the apt archive
14
15
- sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache /var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
15
16
- sudo apt-get -y update && sudo apt-get install -y wget bzip2
@@ -20,7 +21,7 @@ dependencies:
20
21
timeout : 1600
21
22
- mkdir -p ~/docker; docker save nipype/nipype_test:py27 > ~/docker/image.tar :
22
23
timeout : 1600
23
- - if [[ ! -d ~/examples/data ]]; then wget -O nipype-tutorial.tar.bz2 https://googledrive.com/host/0BxI12kyv2olZR05SU1lPampNcVE && tar jxvf nipype-tutorial.tar.bz2 && mv nipype-tutorial/* ~/examples/; fi
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
24
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
25
26
26
27
test :
You can’t perform that action at this time.
0 commit comments