Update .gitlab-ci.yml

This commit is contained in:
hydrant
2018-12-16 21:09:39 +01:00
parent 5871f8b6cb
commit 81a310e54e

View File

@@ -3,6 +3,11 @@ stages:
before_script:
- "dotnet restore"
- "git lfs install"
- "git lfs pull"
variables:
GIT_STRATEGY: clone
build:
stage: build
@@ -10,6 +15,4 @@ build:
- develop@log-gtav/reallife-gamemode
script:
- "../gm_database_password.sh"
- "git lfs install"
- "git lfs pull"
- "dotnet build -c ServerBuild"