Skip to content

Commit d4a16fb

Browse files
authored
remove && git tag -d $git_version
1 parent 086adb8 commit d4a16fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ matrix:
1414
before_deploy:
1515
- git config --local user.name "Open Identity Platform Community" && git config --local user.email "[email protected]"
1616
- git checkout -f $TRAVIS_BRANCH
17-
- git tag -f $git_version && git tag -d $git_version
18-
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
17+
- git tag -f $git_version
18+
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git
1919
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
2020
deploy:
2121
provider: releases

0 commit comments

Comments
 (0)