never abort checkpoint cleanup

This commit is contained in:
nicktrn
2024-06-04 14:33:03 +01:00
parent d86daaa67f
commit 5177fc4091
+1 -1
View File
@@ -376,7 +376,7 @@ class Checkpointer {
}
try {
await $$`rm ${exportLocation}`;
await $`rm ${exportLocation}`;
this.#logger.log("Deleted checkpoint archive", { exportLocation });
await $`buildah rmi ${imageRef}`;