Commit 95c8076
committed
fix(ci): exclude upstream rusty_v8 checkout from clean-worktree gate
The v8-canary windows-source job checks out denoland/rusty_v8 into
upstream-rusty-v8/ inside the workspace, so the final check-clean-worktree
step always flags it as untracked and fails the job after the artifacts
were built, staged, smoke-linked and uploaded successfully. Exclude the
directory in .gitignore: the checkout is intentional, not debris.1 parent 706535a commit 95c8076
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments