Skip to content

Commit

Permalink
fix data download
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 1, 2023
1 parent 389ce9f commit 431acab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

# google drive link to test data, thanks to Gael V. and Chris G.
# https://googledrive.com/host/0B2JWN60ZLkgkMEw4bW5VUUpSdFU/ds005-deriv-light.tar
- run: if [[ ! -d ~/data/ds005-deriv-light/derivatives ]]; then wget -c -P ${HOME}/downloads/ -O ds005-deriv-light.tar "https://osf.io/download/ye7rx/" && mkdir -p ${HOME}/data && tar xf ${HOME}/downloads/ds005-deriv-light.tar -C ${HOME}/data; fi
- run: if [[ ! -d ~/data/ds005-deriv-light/derivatives ]]; then wget -c -O ${HOME}/ds005-deriv-light.tar "https://osf.io/download/ye7rx/" && mkdir -p ${HOME}/data && tar xf ${HOME}/ds005-deriv-light.tar -C ${HOME}/data; fi
- run: git describe --tags --always > version
- run:
command: docker build -t bids/${CIRCLE_PROJECT_REPONAME,,} .
Expand Down

0 comments on commit 431acab

Please sign in to comment.