We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086adb8 commit d4a16fbCopy full SHA for d4a16fb
1 file changed
.travis.yml
@@ -14,8 +14,8 @@ matrix:
14
before_deploy:
15
- git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-openam@googlegroups.com"
16
- git checkout -f $TRAVIS_BRANCH
17
- - git tag -f $git_version && git tag -d $git_version
18
- - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
+ - git tag -f $git_version
+ - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git
19
- git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
20
deploy:
21
provider: releases
0 commit comments