fix(issue#4746): Do not use setGitImportSettings inside of generateGitLsRemoteCommands

This commit is contained in:
DekraIt
2025-03-14 05:14:18 +01:00
parent c9b364e03a
commit 08f0661757

View File

@@ -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));