Updated travis.yml

canary
WolverinDEV 2019-02-23 10:09:01 +01:00
parent cc10bdfd39
commit 5c0b02057b
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ jobs:
export GITHUB_RELEASE_TAG="This is a auto build release from travis";
export GITHUB_RELEASE_REPOSITORY="$TRAVIS_REPO_SLUG";
export GITHUB_RELEASE_ACCESS_TOKEN="$GIT_AUTHTOKEN";
echo "Release commit: $GIT_TAG_SHORT"; export GITHUB_RELEASE_COMMIT="$GIT_TAG_SHORT";
echo "Release commit: $GIT_TAG_SHORT"; export GITHUB_RELEASE_COMMIT="master";
/tmp/git-release "Travis autobuild $GIT_TAG_SHORT" /tmp/build/packages/* /tmp/build/logs/*;
if: branch = master