Merge pull request #5340 from DekraIT/main

fix(issue#4746): Do not use setGitImportSettings inside of generateGitLsRemoteCommands
This commit is contained in:
Andras Bacsai
2025-03-18 10:50:16 +01:00
committed by GitHub

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