Skip to content
Snippets Groups Projects
Unverified Commit 5f97bea7 authored by Moritz Aurel Pascal Schubotz's avatar Moritz Aurel Pascal Schubotz
Browse files

Remove unused git instructions

parent 50ba32f9
No related branches found
Tags build-master-2018-11-17-44
No related merge requests found
......@@ -8,12 +8,7 @@ script:
- source ./support/compile.sh
after_success:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=build-$TRAVIS_BRANCH-$(date -u "+%Y-%m-%d")-$TRAVIS_BUILD_NUMBER
- 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"
branches:
except:
- "/^build-[0-9a-z\\-]*/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment