diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6f73526..33f9138e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ .after_script: script: - chmod +x ./compile_check.sh - - ./compile_check.sh "$CI_JOB_STATUS" + - ./compile_check.sh $CI_JOB_STATUS artifacts: paths: - release/*.svg @@ -72,7 +72,7 @@ finish: stage: finish script: - chmod +x ./compile_finish.sh - - ./compile_finish.sh "$CI_JOB_STATUS" + - ./compile_finish.sh $CI_JOB_STATUS artifacts: paths: - release/*.svg diff --git a/compile_finish.sh b/compile_finish.sh index 222a9027..503cc03d 100644 --- a/compile_finish.sh +++ b/compile_finish.sh @@ -2,6 +2,7 @@ echo " " echo "=======================" echo " " +echo $1 if [ "$1" != "success" ] then echo "Errors Occurred, please review."