From 50ba32f9bfa7bb162d29f7dfbb2a264c07566bbc Mon Sep 17 00:00:00 2001 From: "Moritz Schubotz (physikerwelt)" <wiki@physikerwelt.de> Date: Sat, 17 Nov 2018 12:58:13 +0100 Subject: [PATCH] Remove push instruction --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bed197..eb91289 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ after_success: - echo -n $GIT_TAG > version - git commit -m "Set build VERSION number" version - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" -- git push https://$GITHUBKEY@github.com/ag-gipp/bib $GIT_TAG branches: except: - "/^build-[0-9a-z\\-]*/" -- GitLab