Merge pull request #2456 from Shopify/bindata-fix
Assert or install go-bindata before incanting
This commit is contained in:
commit
278c055c93
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -137,6 +137,7 @@ clean:
|
|||
|
||||
.PHONE: code-generator
|
||||
code-generator:
|
||||
@go-bindata -version || go get -u github.com/jteeuwen/go-bindata/...
|
||||
go-bindata -nometadata -o internal/file/bindata.go -prefix="rootfs" -pkg=file -ignore=Dockerfile -ignore=".DS_Store" rootfs/...
|
||||
|
||||
.PHONY: build
|
||||
|
|
Loading…
Reference in a new issue