Skip to content

Commit

Permalink
Fail faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Margolin committed Apr 13, 2016
1 parent 3a0f28a commit 1020007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
release-build:
docker run -v $(CURDIR):/src -e CGO_ENABLED=true -e LDFLAGS='-extldflags "-static"' -e COMPRESS_BINARY=true centurylink/golang-builder

release: release-build guard-GITHUB_TOKEN guard-VERSION
release: guard-GITHUB_TOKEN guard-VERSION release-build
git tag v$(VERSION) && git push origin v$(VERSION)
docker run -e GITHUB_TOKEN=$(GITHUB_TOKEN) jimdo/github-release release --user Jimdo --repo asg-ebs --tag v$(VERSION)
docker run -e GITHUB_TOKEN=$(GITHUB_TOKEN) -v $(CURDIR):/src -w /src jimdo/github-release upload --user Jimdo --repo asg-ebs --tag v$(VERSION) --name "asg-ebs" --file asg-ebs

0 comments on commit 1020007

Please sign in to comment.