Remove debug statement in generateGitImportCommands function
This commit is contained in:
parent
0eedbd2aa1
commit
f9411bf0ed
1 changed files with 0 additions and 1 deletions
|
|
@ -621,7 +621,6 @@ function generateGitImportCommands(string $deployment_uuid, int $pull_request_id
|
|||
$commands->push("cd {$baseDir} && git fetch origin {$branch} && $git_checkout_command");
|
||||
}
|
||||
}
|
||||
ray($commands);
|
||||
return [
|
||||
'commands' => $commands->implode(' && '),
|
||||
'branch' => $branch,
|
||||
|
|
|
|||
Loading…
Reference in a new issue