-
Notifications
You must be signed in to change notification settings - Fork 6.1k
fix: cleanup tempdir when errors occur in Helm chart extraction #19861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: cleanup tempdir when errors occur in Helm chart extraction #19861
Conversation
Signed-off-by: Ilia Medvedev <ilia.medvedev@codefresh.io>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comments and look for other places in the same file where we need to cleanup the tempdir (eg. here)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #19861 +/- ##
==========================================
- Coverage 55.82% 55.81% -0.01%
==========================================
Files 320 320
Lines 44368 44374 +6
==========================================
- Hits 24768 24767 -1
- Misses 17037 17043 +6
- Partials 2563 2564 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, great fix!
Signed-off-by: Dan Garfield <dan@codefresh.io>
…proj#19861) Fixed merge conflicts. Signed-off-by: Ilia Medvedev <ilia.medvedev@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Checklist: