Skip to content

Commit

Permalink
Testing Travis Latest Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho authored May 15, 2019
1 parent f8f2eb9 commit 9c004f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ before_deploy:
- git config --local user.name "NeoResearch-Travis-Bot"
- git config --local user.email "neoresearchbot@gmail.com"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'Specification-Automatic-Release-%Y%m%d')-$(git log --format=%h -1)}
- git tag "latest"
- git tag $TRAVIS_TAG
- git tag -f "latest"


script:
- ./docker_build.sh
Expand Down

0 comments on commit 9c004f2

Please sign in to comment.