Skip to content

Enhance Helm chart release workflow by adding cleanup step for local chart packages. - #23

Merged
saadqbal merged 1 commit into
mainfrom
develop
Mar 4, 2026
Merged

Enhance Helm chart release workflow by adding cleanup step for local chart packages.#23
saadqbal merged 1 commit into
mainfrom
develop

Conversation

@saadqbal

@saadqbalsaadqbal commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

This prevents checkout errors when switching branches by ensuring no untracked files interfere with the process.


Note

Low Risk
Low risk: a small CI workflow tweak that only deletes locally generated tracebloc-*.tgz files to prevent branch checkout failures; it doesn’t change chart packaging or release logic.

Overview
Prevents gh-pages checkout failures in the Helm chart release workflow by deleting any locally generated tracebloc-*.tgz files before switching branches, avoiding “untracked working tree files would be overwritten” errors.

Written by Cursor Bugbot for commit 4b5232e. This will update automatically on new commits. Configure here.

…chart packages. This prevents checkout errors when switching branches by ensuring no untracked files interfere with the process.
@saadqbal
saadqbal merged commit 297f57c into mainMar 4, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@saadqbal