From 72f1f5e7fd1d18fc281c22880b8aae8d51148d0e Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 16 Dec 2018 19:52:51 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b76b47a1..236a44a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,15 +2,14 @@ stages: - build before_script: - - "../gm_database_password.sh" - "dotnet restore" -variables: - GIT_STRATEGY: clone - build: stage: build only: - develop@log-gtav/reallife-gamemode script: + - "../gm_database_password.sh" + - "git lfs install" + - "git lfs pull" - "dotnet build -c ServerBuild"