mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
report_errors.sh: Don't print error messages to stdout
- check_style.sh already does this
This commit is contained in:
parent
0a3cc81693
commit
f214682a27
@ -9,10 +9,6 @@ function report_error_to_github
|
|||||||
CIRCLE_PR_NUMBER="${CIRCLE_PULL_REQUEST//[^0-9]/}"
|
CIRCLE_PR_NUMBER="${CIRCLE_PULL_REQUEST//[^0-9]/}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ERROR_MSG=$(cat "$ERROR_LOG")
|
|
||||||
|
|
||||||
echo "$ERROR_MSG"
|
|
||||||
|
|
||||||
if [[ $CI == "true" ]]
|
if [[ $CI == "true" ]]
|
||||||
then
|
then
|
||||||
echo "posting error message to github"
|
echo "posting error message to github"
|
||||||
|
Loading…
Reference in New Issue
Block a user