Merge pull request #125272 from mauri870/hotfix/GOTOOLCHAIN-make-verify

build: don't copy GOPATH out of docker container
This commit is contained in:
Kubernetes Prow Robot 2024-06-02 05:09:58 -07:00 committed by GitHub
commit 9fc0315ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -707,6 +707,7 @@ function kube::build::copy_output() {
--filter='+ /vendor/' \
--filter='+ /staging/***/Godeps/**' \
--filter='+ /_output/dockerized/bin/**' \
--filter='- /_output/dockerized/go/**' \
--filter='+ zz_generated.*' \
--filter='+ generated.proto' \
--filter='+ *.pb.go' \