update
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
|
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
|
||||||
if (( $PERCENTAGE < 90 ))
|
if (( $PERCENTAGE < 90 ))
|
||||||
then
|
then
|
||||||
echo Score too low!
|
echo Score $PERCENTAGE is too low!
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
stream_chat_persistence:
|
stream_chat_persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user