Skip to content

Commit ce438df

Browse files
authored
Merge pull request #3 from BIDS-Apps/chrisfilo-patch-2
fix download path
2 parents 417ed92 + 736a2eb commit ce438df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
override:
1414
# OSF drive link to test data, thanks to Gael V. and Chris G.
1515
# "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e549c2b83f6901d357d15f"
16-
- 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
16+
- 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
1717
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
1818
- git describe --tags > version
1919
- docker build -t bids/hyperalignment . :

0 commit comments

Comments
 (0)