Skip to content
Snippets Groups Projects
Commit 28c631a1 authored by Jonathan Ehret's avatar Jonathan Ehret
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request VR-Group/unreal-development/unreal-ci!21
parents 63b19304 f397c87e
No related branches found
No related tags found
2 merge requests!24Bringing Develop back on Par,!21Develop
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
variables: variables:
GIT_STRATEGY: none # we disable fetch, clone or checkout for every job GIT_STRATEGY: none # we disable fetch, clone or checkout for every job
GIT_CHECKOUT: "false" # as we only want to checkout and fetch in the preperation stage GIT_CHECKOUT: "false" # as we only want to checkout and fetch in the preperation stage
GIT_SUBMODULE_STRATEGY: "normal" GIT_SUBMODULE_STRATEGY: "recursive"
GIT_DEPTH: "1"
NUMBER_OF_OLD_VERSIONS: 3 # number of old revisions to keep after the deploy NUMBER_OF_OLD_VERSIONS: 3 # number of old revisions to keep after the deploy
CLUSTER_ADDRESS: "login.hpc.itc.rwth-aachen.de" CLUSTER_ADDRESS: "login.hpc.itc.rwth-aachen.de"
SHARED_META_URL: "https://devhub.vr.rwth-aachen.de/VR-Group/gitlab-ci-unreal-files/raw/master/shared.meta" SHARED_META_URL: "https://devhub.vr.rwth-aachen.de/VR-Group/gitlab-ci-unreal-files/raw/master/shared.meta"
...@@ -45,7 +46,7 @@ variables: ...@@ -45,7 +46,7 @@ variables:
.Build_Windows_: .Build_Windows_:
stage: build stage: build
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: clone
GIT_CHECKOUT: "true" GIT_CHECKOUT: "true"
CLIENT_CONFIG: "Shipping" CLIENT_CONFIG: "Shipping"
EXTRA_ARGS: "" EXTRA_ARGS: ""
...@@ -90,7 +91,7 @@ variables: ...@@ -90,7 +91,7 @@ variables:
.Build_CentOS_: .Build_CentOS_:
stage: build stage: build
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: clone
GIT_CHECKOUT: "true" GIT_CHECKOUT: "true"
CLIENT_CONFIG: "Shipping" CLIENT_CONFIG: "Shipping"
EXTRA_ARGS: "" EXTRA_ARGS: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment