This doesn't make any sense.

This commit is contained in:
Maschell 2017-03-24 13:59:49 +01:00 committed by GitHub
parent d1c1d7fed8
commit d901da33e0

View File

@ -4,7 +4,7 @@ machine:
compile: compile:
override: override:
- mvn package -Dci-build=true -X - mvn package -Dci-build=true
general: general:
artifacts: artifacts:
@ -15,6 +15,4 @@ deployment:
branch: master branch: master
commands: commands:
- go get github.com/tcnksm/ghr - go get github.com/tcnksm/ghr
- export commit="$(git rev-parse --short=7 HEAD)" - 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.' `echo "v0.0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/
- export GIT_TAG=v0.0.1-nightly-$commit
- 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_TAG ci/