mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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
|
bundle exec rubycritic app lib
|
||||||
|
|
||||||
if [ $RCODE == 0 ] && [ $TCODE == 0 ] &&[ $BCODE == 0 ]; then
|
if [ $RCODE == 0 ] && [ $TCODE == 0 ] &&[ $BCODE == 0 ]; then
|
||||||
echo "FAILURE"
|
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
echo "FAILURE"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue