Revert "Try adding commit messages to nightlies, because why not? 2"

This reverts commit f1d31c5ac0.
This commit is contained in:
Ash 2017-03-29 09:43:43 +11:00
parent f1d31c5ac0
commit 20cfdb6428

View File

@ -15,4 +15,4 @@ deployment:
branch: master branch: master
commands: commands:
- go get github.com/tcnksm/ghr - go get github.com/tcnksm/ghr
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b `echo "Nightly release. Use caution! We recommend downloading a stable release from the README. $(git log -n 1)"` `echo "v0.0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/ - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release. Use caution! We recommend downloading a stable release from the README. `git log -n 1`' `echo "v0.0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/