Skip to content

Commit

Permalink
Use local GLOCKFILE in make release
Browse files Browse the repository at this point in the history
Makes it so `make release` works for forks
  • Loading branch information
md5 committed Feb 28, 2015
1 parent f224d11 commit fd74286
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 @@ -25,7 +25,7 @@ dist: dist-clean


release: dist
glock sync github.com/jwilder/docker-gen
glock sync -n < GLOCKFILE
tar -cvzf docker-gen-linux-amd64-$(TAG).tar.gz -C dist/linux/amd64 docker-gen
tar -cvzf docker-gen-linux-i386-$(TAG).tar.gz -C dist/linux/i386 docker-gen
tar -cvzf docker-gen-linux-armel-$(TAG).tar.gz -C dist/linux/armel docker-gen
Expand Down

0 comments on commit fd74286

Please sign in to comment.