Commit d99507e
committed
MK8S-25: Add clean step before build in GitHub Actions
Fix cleanup issues by running './doit.sh clean' before the main build:
- Ensures all clean functions are called, including index.html file cleanup
- Prevents directory removal failures caused by leftover index.html files
- Provides consistent clean state for each build in CI/CD
- Addresses root cause of packaging cleanup failures in e2e tests
This relies on doit's built-in clean mechanism to properly coordinate
cleanup across all tasks and their dependencies.1 parent e592af6 commit d99507e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments