From 05eab9976b2dd2c4a25c4065a93f06e033c8b703 Mon Sep 17 00:00:00 2001
From: Kieron Morris <kjm@kieronmorris.me>
Date: Sat, 26 Jun 2021 15:17:40 +0100
Subject: [PATCH] More changes for pipeline

---
 .gitlab-ci.yml    | 4 ++--
 compile_finish.sh | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

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