File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1414
1515 # google drive link to test data, thanks to Gael V. and Chris G.
1616 # https://googledrive.com/host/0B2JWN60ZLkgkMEw4bW5VUUpSdFU/ds005-deriv-light.tar
17- - 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
17+ - 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
1818 - run : git describe --tags --always > version
1919 - run :
2020 command : docker build -t bids/${CIRCLE_PROJECT_REPONAME,,} .
You can’t perform that action at this time.
0 commit comments