Catch any exception when deleting image building workspace
See gh-40760
This commit is contained in:
@@ -323,7 +323,7 @@ class Lifecycle implements Closeable {
|
||||
try {
|
||||
FileSystemUtils.deleteRecursively(Path.of(bind.getSource()));
|
||||
}
|
||||
catch (IOException ex) {
|
||||
catch (Exception ex) {
|
||||
this.log.failedCleaningWorkDir(bind, ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user