Enable verbose logging on dep ensure.

This commit is contained in:
David Anderson 2018-02-06 23:51:34 -08:00
parent d63047cea3
commit 4a9e5cc194

View File

@ -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: