Skip to content

Commit 7b6494d

Browse files
committed
create examples directory
1 parent 9d96056 commit 7b6494d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010

1111
pre:
1212
- mkdir -p "~/scratch/nose"
13+
- mkdir -p "~/examples"
1314
# Let CircleCI cache the apt archive
1415
- sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache /var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
1516
- sudo apt-get -y update && sudo apt-get install -y wget bzip2
@@ -20,7 +21,7 @@ dependencies:
2021
timeout: 1600
2122
- mkdir -p ~/docker; docker save nipype/nipype_test:py27 > ~/docker/image.tar :
2223
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
2425
- 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
2526

2627
test:

0 commit comments

Comments
 (0)