Skip to content

Commit

Permalink
remove downloads folder
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Oct 3, 2016
1 parent 3a6b67d commit fe20629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:

override:
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
- if [[ ! -d ~/data/ds114_test1 ]]; then wget -c -O ${HOME}/downloads/ds114_test1_with_freesurfer.tar.gz "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e54a106c613b01d9d3ed7d" && mkdir -p ${HOME}/data && tar xzf ${HOME}/downloads/ds114_test1_with_freesurfer.tar.gz -C ${HOME}/data; fi
- if [[ ! -d ~/data/ds114_test1 ]]; then wget -c -O ${HOME}/ds114_test1_with_freesurfer.tar.gz "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e54a106c613b01d9d3ed7d" && mkdir -p ${HOME}/data && tar xzf ${HOME}/ds114_test1_with_freesurfer.tar.gz -C ${HOME}/data; fi
- git describe --tags > version
- docker build -t bids/${CIRCLE_PROJECT_REPONAME} . :
timeout: 21600
Expand Down

0 comments on commit fe20629

Please sign in to comment.