diff --git a/shared_scripts.yml b/shared_scripts.yml index 6f810ac3fa5b7a5de0343fe85b3ed313a2c6c224..e7c7af08a69f149f5cda1404e5e7781370092d45 100644 --- a/shared_scripts.yml +++ b/shared_scripts.yml @@ -109,7 +109,8 @@ variables: - linux script: # Check for legacy tags and explicitly fail if they are still being used. - - if [[ $CI_RUNNER_TAGS} = *unreal-* ]] ; then + - 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!" - exit 1