Skip to content
Snippets Groups Projects
Commit 7926badb authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Adapt to new tags

parent 1057d5ff
No related branches found
No related tags found
1 merge request!22Get changes and fixes from 4.26 into 5 as well
Pipeline #210636 canceled
...@@ -45,8 +45,6 @@ stages: ...@@ -45,8 +45,6 @@ stages:
Generate_Project: Generate_Project:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Generate_Project_ extends: .Generate_Project_
variables:
RUN_SETUP: "false"
Build_Windows: Build_Windows:
only: ['web', 'schedules'] only: ['web', 'schedules']
...@@ -63,11 +61,11 @@ Build_Windows: ...@@ -63,11 +61,11 @@ Build_Windows:
- job: "Generate_Project" - job: "Generate_Project"
artifacts: true artifacts: true
Build_CentOS: Build_Linux:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Build_CentOS_ extends: .Build_Linux_
tags: tags:
- centos - linux
- unreal-4.26 - unreal-4.26
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -78,16 +76,17 @@ Build_CentOS: ...@@ -78,16 +76,17 @@ Build_CentOS:
- job: "Generate_Project" - job: "Generate_Project"
artifacts: true artifacts: true
Deploy_CAVE: Deploy_Windows:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Deploy_CAVE_ extends: .Deploy_VRDev_
needs: needs:
- job: "Build_CentOS" - job: "Build_Windows"
artifacts: true artifacts: true
Deploy_Windows: Deploy_CAVE:
only: ['web', 'schedules'] only: ['web', 'schedules']
extends: .Deploy_VRDev_ extends: .Deploy_CAVE_
needs: needs:
- job: "Build_Windows" - job: "Build_Linux"
artifacts: true artifacts: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment