fix: only report nonruntime errors

This commit is contained in:
Andras Bacsai
2023-11-20 10:32:06 +01:00
parent 8f2c24d7e9
commit 8f963adbd4
8 changed files with 22 additions and 57 deletions

View File

@@ -218,7 +218,6 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
$this->next(ApplicationDeploymentStatus::FINISHED->value);
$this->application->isConfigurationChanged(true);
} catch (Exception $e) {
ray($e);
$this->fail($e);
throw $e;
} finally {