Fix .git rsync filter

parent 68436545
...@@ -720,7 +720,7 @@ function kube::build::sync_to_container() { ...@@ -720,7 +720,7 @@ function kube::build::sync_to_container() {
# necessary. # necessary.
kube::build::rsync \ kube::build::rsync \
--delete \ --delete \
--filter='H /.git/' \ --filter='H /.git' \
--filter='- /.make/' \ --filter='- /.make/' \
--filter='- /_tmp/' \ --filter='- /_tmp/' \
--filter='- /_output/' \ --filter='- /_output/' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment