Do not push production branch.

This commit is contained in:
Marco Vermeulen
2016-12-07 21:46:09 +00:00
parent fda963f136
commit 1d6236f61b

View File

@@ -19,9 +19,6 @@ sed -i "s/master/$VERSION/g" config.groovy
git add config.groovy
git commit -m "Update version of $BRANCH to $VERSION"
#push branch
git push -f origin "$BRANCH:$BRANCH"
#push tag
git tag "$VERSION"
git push origin "$VERSION"