1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-12 03:44:09 +01:00

Include branch, commit and build time in release body

This commit is contained in:
Erik Johansson 2018-01-01 22:39:33 +01:00
parent d257276f24
commit e2b1f330c5

View File

@ -30,8 +30,8 @@ deploy:
api-key: $GITHUB_API_KEY api-key: $GITHUB_API_KEY
file: openScale-dev-build.apk file: openScale-dev-build.apk
skip_cleanup: true skip_cleanup: true
name: "openScale dev build" name: openScale development build
body: "Automatically openScale dev build by Travis CI" body: Automatic openScale development build of $TRAVIS_BRANCH ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z').
prerelease: true prerelease: true
overwrite: true overwrite: true
target_commitish: $TRAVIS_COMMIT target_commitish: $TRAVIS_COMMIT