diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1201e97f..0dd04123 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,3 @@ -.after_script: - script: - - chmod +x ./compile_check.sh - - ./compile_check.sh $CI_JOB_STATUS - artifacts: - paths: - - release/*.svg - stages: - chmod - compile_stub @@ -70,6 +62,7 @@ isogen: finish: stage: finish + when: always script: - chmod +x ./compile_finish.sh - ./compile_finish.sh $CI_JOB_STATUS diff --git a/compile_check.sh b/compile_check.sh deleted file mode 100644 index 2bdfd51a..00000000 --- a/compile_check.sh +++ /dev/null @@ -1,12 +0,0 @@ -#/bin/sh -echo " " -echo "=======================" -echo " " -if [ "$1" = "failed" ] -then - echo "Errors Occurred, please review." - wget -q https://img.shields.io/badge/build-failed-red.svg -O release/build.svg 2>/dev/null - echo " " - echo "=======================" - exit 1 -fi \ No newline at end of file diff --git a/compile_finish.sh b/compile_finish.sh index b7feb35a..206895fb 100644 --- a/compile_finish.sh +++ b/compile_finish.sh @@ -2,7 +2,6 @@ echo " " echo "=======================" echo " " -echo $1 if [ "$1" == "failed" ] then echo "Errors Occurred, please review."