Commit 564e2f5
Fix REPO_LIST_FILE path resolution when processing repos
Convert REPO_LIST_FILE to an absolute path before starting the repo
processing loop. This fixes the error where the file couldn't be found
when the script changes into cloned repository directories.
The issue occurred because:
- REPO_LIST_FILE was a relative path (feature_branch_repos.yaml)
- When cd-ing into each repo's temp directory, the relative path became invalid
- The skip_makefile_changes check failed with "no such file or directory"
Solution: Use realpath to convert to absolute path before the loop starts.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 48d4b3f commit 564e2f5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
318 | 322 | | |
319 | 323 | | |
320 | 324 | | |
| |||
0 commit comments