Fix make verify

This commit is contained in:
Maciej Szulik
2016-07-19 11:58:54 +02:00
parent 4fdde68f78
commit 2a2b46a105
4 changed files with 5 additions and 8 deletions

View File

@@ -38,4 +38,4 @@ export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes
./hack/install-etcd.sh
make verify VERBOSE=1
make verify

View File

@@ -34,4 +34,4 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:$PATH
command -v etcd &>/dev/null || ./hack/install-etcd.sh
go get -u github.com/tools/godep
make verify VERBOSE=1
make verify