Skip to content
Snippets Groups Projects

Remove tags

Merged David Gilbert requested to merge remove_tags into master
All threads resolved!

Files

+ 6
3
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
include:
include:
- project: '${UNREAL_CI_PROJECT}'
- project: '${UNREAL_CI_PROJECT}'
ref: master
ref: master
file: '/shared_scripts.yml'
file: '/shared_scripts.yml'
# In this file you are able to configure your plugins pipeline.
# In this file you are able to configure your plugins pipeline.
@@ -37,6 +37,9 @@ include:
@@ -37,6 +37,9 @@ include:
# You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works
# You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works
# with a generated project.
# with a generated project.
 
variables:
 
UNREAL_VERSION: "5.3"
 
stages:
stages:
- generate
- generate
- build
- build
@@ -51,7 +54,7 @@ Build_Windows:
@@ -51,7 +54,7 @@ Build_Windows:
extends: .Build_Windows_
extends: .Build_Windows_
tags:
tags:
- windows
- windows
- unreal-4.26
- unreal
variables:
variables:
GIT_STRATEGY: none
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
GIT_CHECKOUT: "false"
@@ -66,7 +69,7 @@ Build_Linux:
@@ -66,7 +69,7 @@ Build_Linux:
extends: .Build_Linux_
extends: .Build_Linux_
tags:
tags:
- linux
- linux
- unreal-4.26
- unreal
variables:
variables:
GIT_STRATEGY: none
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
GIT_CHECKOUT: "false"
Loading