Fix .git rsync filter

This commit is contained in:
Christoph Blecker 2017-11-11 10:02:02 -08:00
parent 68436545ff
commit 555b4215d6
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B

View File

@ -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/' \