From 5871f8b6cb4e5e711b18aab937c4eabfecf1cd0d Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 16 Dec 2018 21:04:55 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9205ea13..b095a9d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ before_script: build: stage: build only: - - develop@log-gtav/reallife-gamemode + - develop@log-gtav/reallife-gamemode script: - - "../gm_database_password.sh" - #- "git lfs install" - #- "git lfs pull" - - "dotnet build -c ServerBuild" + - "../gm_database_password.sh" + - "git lfs install" + - "git lfs pull" + - "dotnet build -c ServerBuild"