report_errors.sh: Don't print error messages to stdout

- check_style.sh already does this
This commit is contained in:
Kamil Śliwak
2021-01-20 13:29:34 +01:00
parent 0a3cc81693
commit f214682a27
-4
View File
@@ -9,10 +9,6 @@ function report_error_to_github
CIRCLE_PR_NUMBER="${CIRCLE_PULL_REQUEST//[^0-9]/}"
fi
ERROR_MSG=$(cat "$ERROR_LOG")
echo "$ERROR_MSG"
if [[ $CI == "true" ]]
then
echo "posting error message to github"