Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Auto-release for unstable-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro Ogura committed Feb 15, 2015
1 parent b54ea0b commit 4ce5cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ test:
- go get github.com/goura/spotmc/spotmc
- cp /home/ubuntu/.go_project/bin/spotmc ${CIRCLE_ARTIFACTS}
- go get github.com/aktau/github-release
- github-release delete --user goura --repo spotmc --tag ${CIRCLE_BRANCH}-latest
- github-release release --user goura --repo spotmc --tag ${CIRCLE_BRANCH}-latest --name ${CIRCLE_BRANCH} --description "Auto generated release" --pre-release
- github-release upload --user goura --repo spotmc --tag ${CIRCLE_BRANCH}-latest --name "spotmc" --file /home/ubuntu/.go_project/bin/spotmc
- github-release delete --user goura --repo spotmc --tag unstable-latest
- github-release release --user goura --repo spotmc --tag unstable-latest --name unstable-latest --description "Auto generated artifact for build:${CIRCLE_BUILD_NUM} branch:${CIRCLE_BRANCH}" --pre-release
- github-release upload --user goura --repo spotmc --tag unstable-latest --name "spotmc" --file /home/ubuntu/.go_project/bin/spotmc

0 comments on commit 4ce5cba

Please sign in to comment.