From b7d205e5dd584dc570b916dc83617385b20d39fa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Apr 2016 18:41:46 +0300 Subject: Improve error output in contributors ci script. --- .tools/contributors.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.tools') diff --git a/.tools/contributors.sh b/.tools/contributors.sh index dc63b91a..0a9f1a89 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -10,18 +10,14 @@ gitclone https://gitlab.com/evol/evol-tools.git tools cd tools/contrib_xsl -pwd make about-server check_error $? cd ../../clientdata -pwd -git diff export RES=$(git diff) if [[ -n "${RES}" ]]; then echo "Contributors list not updated" - echo "Diff:" - echo ${RES} + git diff exit 1 fi -- cgit v1.2.3-60-g2f50