Get rid of _workspace in jenkins

pull/6/head
Tim Hockin 2016-04-27 08:14:49 -07:00
parent 79e2e5c108
commit 537602d296
1 changed files with 1 additions and 0 deletions

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/...