mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ 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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue