mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #32162 from ixdy/jenkins-build-script
Automatic merge from submit-queue Don't git clean in hack/jenkins/build.sh We go through [all the effort](https://github.com/kubernetes/test-infra/pull/521) of activating a service account but then immediately wipe it away in the build script. We do a full workspace cleanup anyway, so we don't need the `git clean`. We could probably remove the other cleanup lines in this script, too, but I wanted to keep this change as small as possible for now. Maybe actually fixes https://github.com/kubernetes/test-infra/issues/470?
This commit is contained in:
commit
489a1890f9
@ -53,7 +53,6 @@ export KUBE_RELEASE_RUN_TESTS RELEASE_INFRA_PUSH FEDERATION SET_NOMOCK_FLAG
|
|||||||
# state.
|
# state.
|
||||||
rm -rf ~/.kube*
|
rm -rf ~/.kube*
|
||||||
make clean
|
make clean
|
||||||
git clean -fdx
|
|
||||||
|
|
||||||
# Uncomment if you want to purge the Docker cache completely each
|
# Uncomment if you want to purge the Docker cache completely each
|
||||||
# build. It costs about 150s each build to pull the golang image and
|
# build. It costs about 150s each build to pull the golang image and
|
||||||
|
Loading…
Reference in New Issue
Block a user