Skip to content

Commit

Permalink
Merge pull request #162 from imjoey/add_v_prefix_for_tagging
Browse files Browse the repository at this point in the history
Add the `v` prefix for tags of go-ovirt
  • Loading branch information
imjoey committed May 23, 2019
2 parents a9eaca7 + c1b44ac commit 0c7916d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/deploy-to-go-ovirt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ function _deploy_to_master() {

function _deploy_to_tag() {
pushd go-ovirt
git tag -a $TRAVIS_TAG -m "New version release: $TRAVIS_TAG"
git push origin $TRAVIS_TAG
git tag -a v$TRAVIS_TAG -m "New version release: v$TRAVIS_TAG"
git push origin v$TRAVIS_TAG
popd
}

Expand Down

0 comments on commit 0c7916d

Please sign in to comment.