Update .gitlab-ci.yml

This commit is contained in:
VegaZ
2019-03-05 21:54:46 +01:00
parent c2f7123d26
commit 2fa21bd8f8

View File

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