Skip to content

Commit

Permalink
Travis tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpow committed Dec 21, 2018
1 parent 75e5da2 commit 92cabc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ script:
- travis_wait 15 ./build/${TRAVIS_OS_NAME}-deploy.sh
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "Christopher Pow"
- git config --local user.email "christopher.s.pow@gmail.com"
- git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
#- git config --local user.name "Christopher Pow"
#- git config --local user.email "christopher.s.pow@gmail.com"
#- git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)

deploy:
provider: releases
Expand Down

0 comments on commit 92cabc4

Please sign in to comment.