Avoid duplicate building in Jenkins unit/integration job

This commit is contained in:
Jeff Grafton
2016-05-26 21:08:01 -07:00
parent ff4f394d1e
commit 65e10cf50c
2 changed files with 9 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes
rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated
./hack/build-go.sh
go install ./cmd/...
./hack/install-etcd.sh