From da6792bd93f6fc998725ea762273ed80c94294c3 Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Fri, 5 Jan 2024 12:55:37 +0100
Subject: [PATCH] Update shared_scripts.yml

---
 shared_scripts.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/shared_scripts.yml b/shared_scripts.yml
index e7c7af0..915a26c 100644
--- a/shared_scripts.yml
+++ b/shared_scripts.yml
@@ -109,10 +109,9 @@ variables:
     - linux
   script:
     # Check for legacy tags and explicitly fail if they are still being used. 
-    - echo $CI_RUNNER_TAGS
     - if [[ $CI_RUNNER_TAGS = *unreal-* ]] ; then
-    -   echo "You are still using Unreal-Version specific runner tags (unreal-XX). These are deprecated, please use the general <unreal> tag!"
-    -   echo "To specify the Unreal Version, change the UNREAL_VERSION variable in your .gitlab-ci.yml!"
+    -   echo -e "\e[31mERROR You are still using Unreal-Version specific runner tags (unreal-XX). These are deprecated, please use the general <unreal> tag!"
+    -   echo -e "\e[31mERROR To specify the Unreal Version, change the UNREAL_VERSION variable in your .gitlab-ci.yml!"
     -   exit 1
     - fi
     # Clean folder before building
-- 
GitLab