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

Merge branch 'feature/git_strategies_update' into 'develop'

do clone with depth 1 instead of fetch

See merge request VR-Group/unreal-development/unreal-ci!20
parents c988179d 600631ac
No related branches found
No related tags found
2 merge requests!21Develop,!20do clone with depth 1 instead of fetch
......@@ -6,7 +6,8 @@
variables:
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_SUBMODULE_STRATEGY: "normal"
GIT_SUBMODULE_STRATEGY: "recursive"
GIT_DEPTH: "1"
NUMBER_OF_OLD_VERSIONS: 3 # number of old revisions to keep after the deploy
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"
......@@ -45,7 +46,7 @@ variables:
.Build_Windows_:
stage: build
variables:
GIT_STRATEGY: fetch
GIT_STRATEGY: clone
GIT_CHECKOUT: "true"
CLIENT_CONFIG: "Shipping"
EXTRA_ARGS: ""
......@@ -90,7 +91,7 @@ variables:
.Build_CentOS_:
stage: build
variables:
GIT_STRATEGY: fetch
GIT_STRATEGY: clone
GIT_CHECKOUT: "true"
CLIENT_CONFIG: "Shipping"
EXTRA_ARGS: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment