updated travis

canary
WolverinDEV 2019-02-23 10:52:07 +01:00
parent 3dbcad0b11
commit 27ba91a230
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ jobs:
echo "Release commit: $GIT_TAG ($GIT_TAG_SHORT)";
export GITHUB_RELEASE_TAG="This is a auto build release from travis";
export GITHUB_RELEASE_REPOSITORY="$TRAVIS_REPO_SLUG";
export GITHUB_RELEASE_REPOSITORY="TeaSpeak/TeaWeb";
export GITHUB_RELEASE_ACCESS_TOKEN="$GIT_AUTHTOKEN";
export GITHUB_RELEASE_COMMIT="$GIT_TAG";
export GITHUB_RELEASE_COMMIT="3dbcad0";
/tmp/git-release "Travis autobuild $GIT_TAG_SHORT" /tmp/build/packages/* /tmp/build/logs/* \
--commit "$GIT_TAG" \
--tag "Hello World";
--commit "3dbcad0" \
--tag "12312123";
if: branch = master