mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +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 \
|
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
|
||||||
&& dep ensure -vendor-only"
|
&& dep ensure -vendor-only"
|
||||||
else
|
else
|
||||||
dep ensure -vendor-only
|
dep ensure -vendor-only -v
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test: vendor
|
test: vendor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue