Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop

This commit is contained in:
VegaZ
2019-03-06 17:58:20 +01:00

View File

@@ -6,6 +6,9 @@ before_script:
- "git lfs install" - "git lfs install"
- "git lfs pull" - "git lfs pull"
variables:
GIT_STRATEGY: clone
build: build:
stage: build stage: build
only: only:
@@ -13,5 +16,3 @@ build:
script: script:
- "../gm_database_password.sh" - "../gm_database_password.sh"
- "dotnet build -c ServerBuild" - "dotnet build -c ServerBuild"
- "../gm_copy_build_files.sh"
- "sudo systemctl restart ragempsrv"