From 18155a52845b9f0323a6f66ea201faa46bf06a5e Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 2 Mar 2015 14:29:19 +0100 Subject: [PATCH] =?UTF-8?q?[Project]=20Bumped=20version=20from=201.1.0-SNA?= =?UTF-8?q?PSHOT=20to=201.2.0-SNAPSHOT=20-=20but=20don=E2=80=99t=20push!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- li.strolch.dev/setVersion.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/li.strolch.dev/setVersion.sh b/li.strolch.dev/setVersion.sh index 8c6b0f0cf..be097769f 100755 --- a/li.strolch.dev/setVersion.sh +++ b/li.strolch.dev/setVersion.sh @@ -130,10 +130,8 @@ if [ -n "${commit}" ] ; then echo "INFO: Committing new version ${new_version}" git submodule foreach git add . git submodule foreach git commit -m "[Project] Bumped version from ${old_version} to ${new_version}" - git submodule foreach git push origin develop git add . git commit -m "[Project] Bumped version from ${old_version} to ${new_version}" - git push origin develop else echo "INFO: NOT committing new version" fi