Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Pape committed Sep 28, 2021
1 parent 9c1e02e commit 3dafad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Generate_Project:
extends: .Generate_Project_
variables:
GEN_TEMPLATE_REPO: "https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unrealprojecttemplate.git"
GEN_TEMPLATE_BRANCH: "develop"
GEN_TEMPLATE_BRANCH: "4.26"
GEN_DEPENDENCIES: "(
)"

Expand All @@ -60,7 +60,7 @@ Build_Windows:
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
#CLIENT_CONFIG: "DebugGame"
CLIENT_CONFIG: "DebugGame"
needs:
- job: "Generate_Project"
artifacts: true
Expand Down

0 comments on commit 3dafad6

Please sign in to comment.