Skip to content

Commit fd74286

Browse files
committed
Use local GLOCKFILE in make release
Makes it so `make release` works for forks
1 parent f224d11 commit fd74286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dist: dist-clean
2525

2626

2727
release: dist
28-
glock sync github.com/jwilder/docker-gen
28+
glock sync -n < GLOCKFILE
2929
tar -cvzf docker-gen-linux-amd64-$(TAG).tar.gz -C dist/linux/amd64 docker-gen
3030
tar -cvzf docker-gen-linux-i386-$(TAG).tar.gz -C dist/linux/i386 docker-gen
3131
tar -cvzf docker-gen-linux-armel-$(TAG).tar.gz -C dist/linux/armel docker-gen

0 commit comments

Comments
 (0)