Commit b5f6c04
Clean up stale dirs before creating source copies
Self-hosted runners don't clean workspaces between runs, so config
directories from cancelled prior runs can persist. Add rm -rf before
cp -al/rsync to prevent "same file" hardlink errors when copying
into an existing directory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d98e894 commit b5f6c04
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments