diff --git a/app/Models/Application.php b/app/Models/Application.php index 3913ce37a..ad688c93f 100644 --- a/app/Models/Application.php +++ b/app/Models/Application.php @@ -1065,7 +1065,6 @@ class Application extends BaseModel if ($this->deploymentType() === 'other') { $fullRepoUrl = $customRepository; $base_command = "{$base_command} {$customRepository}"; - $base_command = $this->setGitImportSettings($deployment_uuid, $base_command, public: true); if ($exec_in_docker) { $commands->push(executeInDocker($deployment_uuid, $base_command));