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

Adapt to new tags

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