-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add function that Unmount Cloud ISO if not needed #131
Conversation
@luthermonson can you have a look, |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
==========================================
+ Coverage 25.95% 26.90% +0.95%
==========================================
Files 15 15
Lines 1753 1966 +213
==========================================
+ Hits 455 529 +74
- Misses 1278 1403 +125
- Partials 20 34 +14 ☔ View full report in Codecov by Sentry. |
looks great, one last quick change if you don't mind |
This PR:
UnmountCloudInitISO
to unattach and delete the cloudinit iso.Closes #127