From 01bd291e819af97ce9450b486cfd87de760662e6 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 9 Dec 2018 14:17:41 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ae189c4..923e48b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,12 @@ before_script: - "../gm_database_password.sh" - "dotnet restore" +variables: + GIT_STRATEGY: clone + build: stage: build only: - develop script: - - "git lfs pull" - "dotnet build -c ServerBuild"