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"