Commit adf53a2f authored by Tim Hockin's avatar Tim Hockin

Don't run godep restore in jenkins verify

parent 23226c24
...@@ -40,9 +40,5 @@ export LOG_LEVEL=4 ...@@ -40,9 +40,5 @@ export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes cd /go/src/k8s.io/kubernetes
# hack/verify-client-go.sh requires all dependencies exist in the GOPATH.
# the retry helps avoid flakes while keeping total time bounded.
./hack/godep-restore.sh || ./hack/godep-restore.sh
./hack/install-etcd.sh ./hack/install-etcd.sh
make verify make verify
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment