updated travis

canary
WolverinDEV 2019-02-23 10:46:13 +01:00
parent 6271ab1bc1
commit 3dbcad0b11
1 changed files with 3 additions and 1 deletions

View File

@ -32,5 +32,7 @@ jobs:
export GITHUB_RELEASE_REPOSITORY="$TRAVIS_REPO_SLUG"; export GITHUB_RELEASE_REPOSITORY="$TRAVIS_REPO_SLUG";
export GITHUB_RELEASE_ACCESS_TOKEN="$GIT_AUTHTOKEN"; export GITHUB_RELEASE_ACCESS_TOKEN="$GIT_AUTHTOKEN";
export GITHUB_RELEASE_COMMIT="$GIT_TAG"; export GITHUB_RELEASE_COMMIT="$GIT_TAG";
/tmp/git-release "Travis autobuild $GIT_TAG_SHORT" /tmp/build/packages/* /tmp/build/logs/*; /tmp/git-release "Travis autobuild $GIT_TAG_SHORT" /tmp/build/packages/* /tmp/build/logs/* \
--commit "$GIT_TAG" \
--tag "Hello World";
if: branch = master if: branch = master