mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
dep ensure verbosely
This makes the Makefile run `dep ensure` verbosely for easier debugging on Travis.
This commit is contained in:
parent
7e49e0733f
commit
8e91086e1e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -69,7 +69,7 @@ ifeq ($(VENDOR_DOCKERIZED),1)
|
|||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
|
||||
&& dep ensure -vendor-only"
|
||||
else
|
||||
dep ensure -vendor-only
|
||||
dep ensure -vendor-only -v
|
||||
endif
|
||||
|
||||
test: vendor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue