mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #117827 from BenTheElder/git-fun
Don't exclude .git from rsync
This commit is contained in:
commit
13ee40c6f2
1 changed files with 0 additions and 1 deletions
|
|
@ -677,7 +677,6 @@ function kube::build::sync_to_container() {
|
|||
# necessary.
|
||||
kube::build::rsync \
|
||||
--delete \
|
||||
--filter='H /.git' \
|
||||
--filter='- /_tmp/' \
|
||||
--filter='- /_output/' \
|
||||
--filter='- /' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue