From c1cced24aa937497029b6b81e3fe76b17df39724 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 5 May 2023 15:01:12 -0700 Subject: [PATCH] WIP: don't exclude .git from rsync --- build/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index e84f4eaafd0..268ac3993b4 100755 --- a/build/common.sh +++ b/build/common.sh @@ -676,7 +676,6 @@ function kube::build::sync_to_container() { # necessary. kube::build::rsync \ --delete \ - --filter='H /.git' \ --filter='- /_tmp/' \ --filter='- /_output/' \ --filter='- /' \