summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-09-05 12:28:35 +0200
committerGitHub <noreply@github.com>2017-09-05 12:28:35 +0200
commit514ad57c9c9d573c4e2014d947cb183575e86d0f (patch)
treec28420ca01925a05bc7b098e9c97f165a0383087 /dist
parent287ecb8b493314893c2d372c41fb1470d5e74eab (diff)
Don't create duplicate tag
Diffstat (limited to 'dist')
-rwxr-xr-xdist/release-vespa-rpm.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/release-vespa-rpm.sh b/dist/release-vespa-rpm.sh
index e35d6d76c88..d5f969b34dc 100755
--- a/dist/release-vespa-rpm.sh
+++ b/dist/release-vespa-rpm.sh
@@ -32,10 +32,6 @@ mv pom.xml pom.xml.hide
tito init
tito tag --use-version=$VERSION --no-auto-changelog
-# Create git release tag
-git tag $VERSION $GITREF
-git push $VERSION
-
# Push changes and tag to branc
git push -u origin --follow-tags $RPM_BRANCH