From 2e21b5a80eb0fa771cf43a3b96a9420c20009d2d Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Fri, 5 Jan 2024 12:42:42 +0100 Subject: [PATCH] Update shared_scripts.yml --- shared_scripts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared_scripts.yml b/shared_scripts.yml index 6f810ac..e7c7af0 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 -- GitLab