Skip to content

Commit

Permalink
Remove git tag that make circle travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
marema31 committed Feb 28, 2019
1 parent 897faf9 commit ea851f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_deploy:
- git config --local user.name "Marc Carmier"
- git config --local user.email "marema31@gmail.com"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
# - git tag $TRAVIS_TAG
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit ea851f1

Please sign in to comment.