You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MK8S-25: Enhance index.html cleanup to remove empty directories
Fix "Cleanup build tree" failures by ensuring clean functions remove
not just index.html files but also any empty parent directories created
during index file creation. This prevents directory removal conflicts
during the overall cleanup process.
- Clean up index.html files first
- Remove empty parent directories that were created for index files
- Use safe directory removal with OSError handling
- Ensures proper cleanup coordination between repository and packaging tasks
0 commit comments