diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a89d61f169a35a6b2864ab2d02f926b7f9538b8..eb99b16caef319a69bce83a022b4e6cf72db25fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ # The include file can be change to either be removed or reference a specific commit. include: - - project: 'vr-group/unreal-development/unreal-ci' + - project: '${UNREAL_CI_PROJECT}' ref: master file: '/shared_scripts.yml' @@ -47,13 +47,14 @@ Generate_Project: extends: .Generate_Project_ variables: RUN_SETUP: "false" + GEN_TEMPLATE_BRANCH: "5.1" Build_Windows: only: ['web', 'schedules'] extends: .Build_Windows_ tags: - windows - - unreal-5.0 + - unreal-5.1 variables: GIT_STRATEGY: none GIT_CHECKOUT: "false" @@ -63,12 +64,12 @@ Build_Windows: - job: "Generate_Project" artifacts: true -Build_CentOS: +Build_Linux: only: ['web', 'schedules'] - extends: .Build_CentOS_ + extends: .Build_Linux_ tags: - - centos - - unreal-5.0 + - linux + - unreal-5.1 variables: GIT_STRATEGY: none GIT_CHECKOUT: "false" @@ -82,7 +83,7 @@ Deploy_CAVE: only: ['web', 'schedules'] extends: .Deploy_CAVE_ needs: - - job: "Build_CentOS" + - job: "Build_Linux" artifacts: true Deploy_Windows: