remove rays
This commit is contained in:
parent
7feba4bbaa
commit
3b080abada
1 changed files with 0 additions and 2 deletions
|
|
@ -755,7 +755,6 @@ function rollingUpdateApplication(Server $server, ApplicationDeploymentQueue $de
|
|||
// if (count($this->ports_mappings_array) > 0) {
|
||||
// $deployment->addLogEntry('Application has ports mapped to the host system, rolling update is not supported.');
|
||||
$containers = getCurrentApplicationContainerStatus($server, $this->id, $pullRequestId);
|
||||
ray($containers);
|
||||
// if ($pullRequestId === 0) {
|
||||
// $containers = $containers->filter(function ($container) use ($containerName) {
|
||||
// return data_get($container, 'Names') !== $containerName;
|
||||
|
|
@ -867,7 +866,6 @@ function generateGitImportCommands(string $deployment_uuid, int $pull_request_id
|
|||
} else {
|
||||
$git_clone_command = $this->setGitImportSettings($deployment_uuid, $git_clone_command_base);
|
||||
}
|
||||
ray($git_clone_command);
|
||||
if ($exec_in_docker) {
|
||||
$commands = collect([
|
||||
executeInDocker($deployment_uuid, "mkdir -p /root/.ssh"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue