Skip to content

Commit

Permalink
remove && git tag -d $git_version
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko authored Jul 5, 2018
1 parent 086adb8 commit d4a16fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ matrix:
before_deploy:
- git config --local user.name "Open Identity Platform Community" && git config --local user.email "[email protected]"
- git checkout -f $TRAVIS_BRANCH
- git tag -f $git_version && git tag -d $git_version
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
- git tag -f $git_version
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
deploy:
provider: releases
Expand Down

0 comments on commit d4a16fb

Please sign in to comment.