diff --git a/shared_scripts.yml b/shared_scripts.yml index e7c7af08a69f149f5cda1404e5e7781370092d45..915a26cbace2b3005fe3f64c6735811471f7cab7 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