Fix Docker compose build command and remove debug statements

This commit is contained in:
Andras Bacsai
2023-12-01 22:16:27 +01:00
parent cd7852e4f9
commit 028a2eb275
4 changed files with 2 additions and 3 deletions

View File

@@ -606,7 +606,6 @@ class Application extends BaseModel
{
if ($this->docker_compose_raw) {
$mainCompose = parseDockerComposeFile(resource: $this, isNew: false, pull_request_id: $pull_request_id);
ray($this->docker_compose_pr_raw);
if ($this->getMorphClass() === 'App\Models\Application' && $this->docker_compose_pr_raw) {
parseDockerComposeFile(resource: $this, isNew: false, pull_request_id: $pull_request_id, is_pr: true);
}