[CI] Tidy fail message

This commit is contained in:
JAremko 2020-06-24 03:31:48 +03:00 committed by Eugene Yaremenko
parent 938a7395dc
commit 85b57ecd0e
1 changed files with 2 additions and 3 deletions

View File

@ -50,10 +50,9 @@ select_changed_orgs () {
fail_when_undefined_pr_number () {
if [[ -z "${CIRCLE_PR_NUMBER// }" ]]; then
echo "CircleCI didn't set $CIRCLE_PR_NUMBER"
echo "nor $CIRCLE_PULL_REQUEST! This time..."
echo "CircleCI didn't set CIRCLE_PR_NUMBER"
echo "nor CIRCLE_PULL_REQUEST."
echo "Job restart sometimes helps."
echo "Aborting the job."
exit 1
fi
}