fix(issue#4746): Do not use setGitImportSettings inside of generateGitLsRemoteCommands
This commit is contained in:
parent
c9b364e03a
commit
08f0661757
1 changed files with 0 additions and 1 deletions
|
|
@ -1065,7 +1065,6 @@ public function generateGitLsRemoteCommands(string $deployment_uuid, bool $exec_
|
|||
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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue