Commit 4cd291e
Ignore .git directory in switch_prow_jobs_fr_branch.sh
Update the find command to exclude the .git directory when searching
for files matching "18.0-fr" pattern. This prevents attempting to
process files in the git repository metadata.
Changes:
- Add `-name .git -prune` to skip .git directory
- Add `-type f` to only match files (not directories)
- Use `-o -print` to print matching files
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4423aa9 commit 4cd291e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments