Update .gitlab-ci.yml

This commit is contained in:
hydrant
2018-12-09 14:17:41 +01:00
parent c673497e6f
commit 01bd291e81

View File

@@ -5,10 +5,12 @@ before_script:
- "../gm_database_password.sh"
- "dotnet restore"
variables:
GIT_STRATEGY: clone
build:
stage: build
only:
- develop
script:
- "git lfs pull"
- "dotnet build -c ServerBuild"