mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: small fix
This commit is contained in:
parent
0308d36e41
commit
37f92666d6
1 changed files with 0 additions and 6 deletions
|
|
@ -52,8 +52,6 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
|
|||
|
||||
private Application $application;
|
||||
|
||||
private DockerRegistry $dockerRegistry;
|
||||
|
||||
private string $deployment_uuid;
|
||||
|
||||
private int $pull_request_id;
|
||||
|
|
@ -176,10 +174,6 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
|
|||
$this->build_pack = data_get($this->application, 'build_pack');
|
||||
$this->build_args = collect([]);
|
||||
|
||||
if ($this->application->docker_registry_id) {
|
||||
$this->dockerRegistry = DockerRegistry::find($this->application->docker_registry_id);
|
||||
}
|
||||
|
||||
$this->application_deployment_queue_id = $application_deployment_queue_id;
|
||||
$this->deployment_uuid = $this->application_deployment_queue->deployment_uuid;
|
||||
$this->pull_request_id = $this->application_deployment_queue->pull_request_id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue