Update .gitlab-ci.yml

This commit is contained in:
hydrant
2018-12-16 19:52:51 +01:00
parent 940e581f2b
commit 72f1f5e7fd

View File

@@ -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"