mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Robot: fixed failure output
This commit is contained in:
parent
46f1f12fc6
commit
e1d07b32e6
1 changed files with 1 additions and 1 deletions
|
@ -42,8 +42,8 @@ echo "END_OF_SECURITY_RESULTS"
|
|||
bundle exec rubycritic app lib
|
||||
|
||||
if [ $RCODE == 0 ] && [ $TCODE == 0 ] &&[ $BCODE == 0 ]; then
|
||||
echo "FAILURE"
|
||||
exit 0
|
||||
else
|
||||
echo "FAILURE"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue