diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index 2312875291f..7f478f82482 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -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/...