WIP: don't exclude .git from rsync

This commit is contained in:
Benjamin Elder 2023-05-05 15:01:12 -07:00
parent 1ff1a26426
commit c1cced24aa

View File

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