From 4dc3d139baf1db58a6fa01bfb61d5393c3f0ee12 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Thu, 22 Feb 2024 18:51:54 -0600 Subject: [PATCH] Update Job.php --- src/Service/Job.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Service/Job.php b/src/Service/Job.php index 614748a0..823e7139 100644 --- a/src/Service/Job.php +++ b/src/Service/Job.php @@ -68,7 +68,8 @@ public function toArray(): array } $validateCommand = file_exists($this->composerJsonPath) ? - 'composer validate --no-check-publish --no-check-lock --no-interaction --ansi --strict' : + // 'composer validate --no-check-publish --no-check-lock --no-interaction --ansi --strict' : + 'composer validate --no-check-publish --no-check-lock --no-interaction --ansi --strict || exit 0;' : 'echo "composer.json does not exist" && exit 1;'; return [