mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
coverity.sh: fail if uploading data to Coverity Scan is forbidden
This commit is contained in:
parent
1e79d09ef9
commit
f3a020d153
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user