Skip to content

Commit

Permalink
Merge pull request #3 from BIDS-Apps/chrisfilo-patch-2
Browse files Browse the repository at this point in the history
fix download path
  • Loading branch information
chrisgorgo authored Jan 21, 2017
2 parents 417ed92 + 736a2eb commit ce438df
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 @@ -13,7 +13,7 @@ dependencies:
override:
# OSF drive link to test data, thanks to Gael V. and Chris G.
# "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e549c2b83f6901d357d15f"
- if [[ ! -d ~/data/ds005-deriv-light/derivatives ]]; then wget -c -O ${HOME}/downloads/ds005-deriv-light.tar "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e549c2b83f6901d357d15f" && mkdir -p ${HOME}/data && tar -xf ${HOME}/downloads/ds005-deriv-light.tar -C ${HOME}/data; fi
- if [[ ! -d ~/data/ds005-deriv-light/derivatives ]]; then wget -c -O ${HOME}/ds005-deriv-light.tar "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e549c2b83f6901d357d15f" && mkdir -p ${HOME}/data && tar -xf ${HOME}/ds005-deriv-light.tar -C ${HOME}/data; fi
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
- git describe --tags > version
- docker build -t bids/hyperalignment . :
Expand Down

0 comments on commit ce438df

Please sign in to comment.