Updated travis.yml
parent
cc10bdfd39
commit
5c0b02057b
|
@ -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
|
Loading…
Reference in New Issue