mirror of https://github.com/ARMmbed/mbed-os.git
travis: fix scancode status if all OK
parent
3c441eb763
commit
92711bdcde
|
@ -81,6 +81,8 @@ matrix:
|
|||
- |
|
||||
if [ $COUNT == 0 ]; then
|
||||
echo "License check OK";
|
||||
STATUSM="All licenses OK";
|
||||
set_status "success" "$STATUSM";
|
||||
else
|
||||
echo "License check failed, please review license issues found";
|
||||
STATUSM="Needs review, ${COUNT} license issues found";
|
||||
|
|
Loading…
Reference in New Issue