Merge pull request #117827 from BenTheElder/git-fun

Don't exclude .git from rsync
This commit is contained in:
Kubernetes Prow Robot 2023-10-24 03:28:52 +02:00 committed by GitHub
commit 13ee40c6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,6 @@ function kube::build::sync_to_container() {
# necessary.
kube::build::rsync \
--delete \
--filter='H /.git' \
--filter='- /_tmp/' \
--filter='- /_output/' \
--filter='- /' \