Skip to content
Snippets Groups Projects
Commit da6792bd authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Update shared_scripts.yml

parent 2e21b5a8
Branches
Tags
1 merge request!38Remove tags
...@@ -109,10 +109,9 @@ variables: ...@@ -109,10 +109,9 @@ variables:
- linux - linux
script: script:
# Check for legacy tags and explicitly fail if they are still being used. # Check for legacy tags and explicitly fail if they are still being used.
- echo $CI_RUNNER_TAGS
- if [[ $CI_RUNNER_TAGS = *unreal-* ]] ; then - 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 -e "\e[31mERROR 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 To specify the Unreal Version, change the UNREAL_VERSION variable in your .gitlab-ci.yml!"
- exit 1 - exit 1
- fi - fi
# Clean folder before building # Clean folder before building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment