Skip to content

Commit 3a99664

Browse files
committed
fixed test data download
1 parent 31a3515 commit 3a99664

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
@@ -9,7 +9,7 @@ dependencies:
99

1010
override:
1111
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
12-
- if [[ ! -d ~/data/ds114_test1 ]]; then wget -c -P ${HOME}/downloads/ "https://googledrive.com/host/0B2JWN60ZLkgkMEw4bW5VUUpSdFU/ds114_test1.tar" && mkdir -p ${HOME}/data && tar xf ${HOME}/downloads/ds114_test1.tar -C ${HOME}/data; fi
12+
- if [[ ! -d ~/data/ds114_test1 ]]; then wget -c -O ${HOME}/ds114_test1.tar "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e54a326c613b01d7d3ed90" && mkdir -p ${HOME}/data && tar xf ${HOME}/ds114_test1.tar -C ${HOME}/data; fi
1313
- git describe --tags > version
1414
- docker build -t bids/${CIRCLE_PROJECT_REPONAME} . :
1515
timeout: 21600

0 commit comments

Comments
 (0)