From f214682a27a1cff355a1e0adbf58610d53bdf8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Fri, 15 Jan 2021 21:20:34 +0100 Subject: [PATCH] report_errors.sh: Don't print error messages to stdout - check_style.sh already does this --- scripts/report_errors.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/report_errors.sh b/scripts/report_errors.sh index fbdf9f958..cfc0b5bf0 100755 --- a/scripts/report_errors.sh +++ b/scripts/report_errors.sh @@ -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"