Skip to content

Commit 736a2eb

Browse files
authored
fix path
1 parent 417ed92 commit 736a2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)