Skip to content

Commit

Permalink
Merge pull request #1 from sequenceiq/release
Browse files Browse the repository at this point in the history
Fixing github repo name for gh-release
  • Loading branch information
lalyos committed Apr 2, 2015
2 parents a62fc34 + 2d7a0a8 commit c8d4974
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ release:
rm -rf release && mkdir release
go get github.com/progrium/gh-release/...
cp build/* release
gh-release create sequenceiq/$(NAME) $(VERSION) \
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
gh-release create sequenceiq/docker-alpine-dig $(VERSION)

circleci:
rm ~/.gitconfig
Expand Down

0 comments on commit c8d4974

Please sign in to comment.