From 4d02517a22ae337e6f31cb701b379e5957b4a8aa Mon Sep 17 00:00:00 2001 From: Sunil Kamat <107644736+sukamat@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:33:29 -0700 Subject: [PATCH] MWPW-145870: Ignore kodiak folder during repo sync (#193) --- .github/workflows/graybox-sync-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/graybox-sync-repos.yml b/.github/workflows/graybox-sync-repos.yml index 998efe4..2717534 100644 --- a/.github/workflows/graybox-sync-repos.yml +++ b/.github/workflows/graybox-sync-repos.yml @@ -45,7 +45,7 @@ jobs: - name: Overwrite graybox repo files with latest from source repo run: | - rsync -av --exclude='fstab.yaml' --exclude='.github' --exclude='.git' --exclude='.idea' --exclude='.husky' --exclude='.vscode' --exclude='tools/sidekick/config.json' ./ ../bacom-graybox/ + rsync -av --exclude='fstab.yaml' --exclude='.github' --exclude='.kodiak' --exclude='.git' --exclude='.idea' --exclude='.husky' --exclude='.vscode' --exclude='tools/sidekick/config.json' ./ ../bacom-graybox/ - name: Commit and Push Changes to Graybox Repository run: |