Merge pull request #5340 from DekraIT/main
fix(issue#4746): Do not use setGitImportSettings inside of generateGitLsRemoteCommands
This commit is contained in:
@@ -1065,7 +1065,6 @@ class Application extends BaseModel
|
|||||||
if ($this->deploymentType() === 'other') {
|
if ($this->deploymentType() === 'other') {
|
||||||
$fullRepoUrl = $customRepository;
|
$fullRepoUrl = $customRepository;
|
||||||
$base_command = "{$base_command} {$customRepository}";
|
$base_command = "{$base_command} {$customRepository}";
|
||||||
$base_command = $this->setGitImportSettings($deployment_uuid, $base_command, public: true);
|
|
||||||
|
|
||||||
if ($exec_in_docker) {
|
if ($exec_in_docker) {
|
||||||
$commands->push(executeInDocker($deployment_uuid, $base_command));
|
$commands->push(executeInDocker($deployment_uuid, $base_command));
|
||||||
|
|||||||
Reference in New Issue
Block a user