Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77bbe24

Browse files
authoredSep 7, 2017
Merge pull request #18 from BIDS-Apps/chrisfilo-patch-1
more robust tags
2 parents dd4d2fc + b8ebe26 commit 77bbe24

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
@@ -15,7 +15,7 @@ dependencies:
1515
- 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
1616
- if [[ ! -d ~/data/ds114_test2 ]]; then wget -c -O ${HOME}/ds114_test2.tar "https://files.osf.io/v1/resources/9q7dv/providers/osfstorage/57e549f9b83f6901d457d162" && mkdir -p ${HOME}/data && tar xf ${HOME}/ds114_test2.tar -C ${HOME}/data; fi
1717
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
18-
- git describe --tags > version
18+
- git describe --tags --always > version
1919
- docker build -t bids/${CIRCLE_PROJECT_REPONAME,,} . :
2020
timeout: 21600
2121
- mkdir -p ~/docker; docker save "bids/${CIRCLE_PROJECT_REPONAME,,}" > ~/docker/image.tar

0 commit comments

Comments
 (0)
Please sign in to comment.