From 1d6236f61ba5ad03b510a8ada0cf720c37a835aa Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Wed, 7 Dec 2016 21:46:09 +0000 Subject: [PATCH] Do not push production branch. --- bin/release.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/release.sh b/bin/release.sh index 50b02f64..272f726b 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -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"