Skip to content

Commit

Permalink
Update Job.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Feb 23, 2024
1 parent 67952a6 commit 4dc3d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Service/Job.php
Expand Up @@ -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 [
Expand Down

0 comments on commit 4dc3d13

Please sign in to comment.