chore: Refactor ApplicationDeploymentJob.php for improved readability and maintainability
This commit is contained in:
parent
b74eab8377
commit
331cad276e
@ -1022,7 +1022,9 @@ private function prepare_builder_image()
|
|||||||
"command" => "docker rm -f {$this->deployment_uuid}",
|
"command" => "docker rm -f {$this->deployment_uuid}",
|
||||||
"ignore_errors" => true,
|
"ignore_errors" => true,
|
||||||
"hidden" => true
|
"hidden" => true
|
||||||
],
|
]
|
||||||
|
);
|
||||||
|
$this->execute_remote_command(
|
||||||
[
|
[
|
||||||
$runCommand,
|
$runCommand,
|
||||||
"hidden" => true,
|
"hidden" => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user