Commit 0c02136
committed
fix(ci): isolate CI scripts checkout to its own path
Validation build 33673400198 failed: checking out CI scripts to the
workspace root ran actions/checkout's default clean step against the
whole workspace, deleting kernel-src (untracked from this checkout's
ref), which then broke the actual kernel build downstream. The version
suffix step itself failed soft exactly as designed and did not cause
this on its own; the missing kernel-src directory did.
Give this checkout its own path, matching kernel-src and
docker-pkg-build, both of which already isolate themselves the same
way. Update the script invocation path to match.
Signed-off-by: Bjordis Collaku <bcollaku@qti.qualcomm.com>1 parent 7ee202d commit 0c02136
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
307 | 312 | | |
308 | 313 | | |
309 | 314 | | |
310 | 315 | | |
311 | 316 | | |
312 | 317 | | |
313 | | - | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| |||
0 commit comments