Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Scripts
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
CI Scripts
Commits
da6792bd
Commit
da6792bd
authored
1 year ago
by
David Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
Update shared_scripts.yml
parent
2e21b5a8
No related branches found
No related tags found
1 merge request
!38
Remove tags
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared_scripts.yml
+2
-3
2 additions, 3 deletions
shared_scripts.yml
with
2 additions
and
3 deletions
shared_scripts.yml
+
2
−
3
View file @
da6792bd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment