From 08f06617573b15496f2e754207ad63539cb25495 Mon Sep 17 00:00:00 2001 From: DekraIt Date: Fri, 14 Mar 2025 05:14:18 +0100 Subject: [PATCH] fix(issue#4746): Do not use setGitImportSettings inside of generateGitLsRemoteCommands --- app/Models/Application.php | 1 - 1 file changed, 1 deletion(-) 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));