unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
203 stars 61 forks source link

fix(create): Defer update of project in store #1729

Closed LucaSeri closed 5 days ago

LucaSeri commented 1 week ago

This ensure that even if the overall creation fails at some point, the project is still updated with any progress that might have happened up to that point.

Prerequisite checklist

Description of changes