mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Enable verbose logging on dep ensure.
This commit is contained in:
parent
d63047cea3
commit
4a9e5cc194
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ all:
|
|||||||
ci-prepare:
|
ci-prepare:
|
||||||
$(GOCMD) get -u github.com/golang/dep/cmd/dep
|
$(GOCMD) get -u github.com/golang/dep/cmd/dep
|
||||||
$(GOCMD) get -u github.com/estesp/manifest-tool
|
$(GOCMD) get -u github.com/estesp/manifest-tool
|
||||||
dep ensure
|
dep ensure -v
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user