diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9db3bc78..6becb4f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,12 +6,13 @@ before_script: - "git lfs install" - "git lfs pull" +variables: + GIT_STRATEGY: clone + build: stage: build only: - develop@log-gtav/reallife-gamemode script: - "../gm_database_password.sh" - - "dotnet build -c ServerBuild" - - "../gm_copy_build_files.sh" - - "sudo systemctl restart ragempsrv" \ No newline at end of file + - "dotnet build -c ServerBuild" \ No newline at end of file