Include build and compare URL in commits for awesomeWM.github.io

This commit is contained in:
Daniel Hahler 2019-02-25 13:25:47 +01:00
parent ff496e8579
commit e4005c5c18
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ after_success:
git config user.name "awesome-robot on Travis CI" git config user.name "awesome-robot on Travis CI"
git config user.email "awesome-robot@users.noreply.github.com" git config user.email "awesome-robot@users.noreply.github.com"
git add --all . git add --all .
git commit -m "Update from Travis for awesome-www@${commit_hash}" git commit -m "Update from Travis for awesome-www@${commit_hash}\n\nCommits: https://github.com/awesomeWM/awesome/compare/${TRAVIS_COMMIT_RANGE/.../..}\nBuild URL: https://travis-ci.com/awesomeWM/awesome/builds/${TRAVIS_BUILD_ID}"
git --no-pager show --stat git --no-pager show --stat
git push origin "$(git symbolic-ref --quiet HEAD)" 2>&1 | sed "s/$GH_APIDOC_TOKEN/GH_APIDOC_TOKEN/g" git push origin "$(git symbolic-ref --quiet HEAD)" 2>&1 | sed "s/$GH_APIDOC_TOKEN/GH_APIDOC_TOKEN/g"