chore: Refactor ApplicationDeploymentJob.php for improved readability and maintainability

This commit is contained in:
Andras Bacsai 2024-05-08 10:36:38 +02:00
parent b74eab8377
commit 331cad276e

View File

@ -1022,7 +1022,9 @@ private function prepare_builder_image()
"command" => "docker rm -f {$this->deployment_uuid}",
"ignore_errors" => true,
"hidden" => true
],
]
);
$this->execute_remote_command(
[
$runCommand,
"hidden" => true,