Another test

This commit is contained in:
Kieron Morris 2021-06-26 22:33:24 +01:00
parent d83d8f7049
commit 5431eaabeb
3 changed files with 1 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,6 @@
echo " "
echo "======================="
echo " "
echo $1
if [ "$1" == "failed" ]
then
echo "Errors Occurred, please review."