mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
coverity.sh: fail if uploading data to Coverity Scan is forbidden
This commit is contained in:
@@ -48,7 +48,7 @@ else
|
||||
else
|
||||
WHEN=`echo $AUTH_RES | python -c "import sys, json; print(json.load(sys.stdin)['next_upload_permitted_at'])"`
|
||||
echo -e "\033[33;1mCoverity Scan analysis NOT authorized until $WHEN.\033[0m"
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user