From 5431eaabeb153cb379c4a5969be2856589747538 Mon Sep 17 00:00:00 2001
From: Kieron Morris <kjm@kieronmorris.me>
Date: Sat, 26 Jun 2021 22:33:24 +0100
Subject: [PATCH] Another test

---
 .gitlab-ci.yml    |  9 +--------
 compile_check.sh  | 12 ------------
 compile_finish.sh |  1 -
 3 files changed, 1 insertion(+), 21 deletions(-)
 delete mode 100644 compile_check.sh

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."