Skip to content
Snippets Groups Projects
Commit 9e93d1ed authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #17131 from owncloud/non-zero-exit-code-when-app-is-not-compliant

Use non-zero exit code when app is not compliant (so CIs can detect t…
parents ceb80ac1 e5bc50d1
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ class CheckCode extends Command {
$output->writeln('<info>App is compliant - awesome job!</info>');
} else {
$output->writeln('<error>App is not compliant</error>');
return 1;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment