From 177740217f54c964388da85af7673a4baaa79606 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Tue, 6 Sep 2016 14:53:40 -0700 Subject: [PATCH] Don't git clean in hack/jenkins/build.sh --- hack/jenkins/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/jenkins/build.sh b/hack/jenkins/build.sh index 5bbbc95386f..1539bbad5cf 100755 --- a/hack/jenkins/build.sh +++ b/hack/jenkins/build.sh @@ -53,7 +53,6 @@ export KUBE_RELEASE_RUN_TESTS RELEASE_INFRA_PUSH FEDERATION SET_NOMOCK_FLAG # state. rm -rf ~/.kube* make clean -git clean -fdx # Uncomment if you want to purge the Docker cache completely each # build. It costs about 150s each build to pull the golang image and