Get rid of _workspace in jenkins

This commit is contained in:
Tim Hockin
2016-04-27 08:14:49 -07:00
parent 79e2e5c108
commit 537602d296

View File

@@ -50,6 +50,7 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
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/...