Skip to content

Commit

Permalink
MWPW-145870: Ignore kodiak folder during repo sync (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukamat authored Apr 16, 2024
1 parent 217aa71 commit 4d02517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graybox-sync-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4d02517

Please sign in to comment.