Update .gitlab-ci.yml

This commit is contained in:
hydrant
2018-12-16 21:04:55 +01:00
parent e9dbfabad0
commit 5871f8b6cb

View File

@@ -7,9 +7,9 @@ before_script:
build: build:
stage: build stage: build
only: only:
- develop@log-gtav/reallife-gamemode - develop@log-gtav/reallife-gamemode
script: script:
- "../gm_database_password.sh" - "../gm_database_password.sh"
#- "git lfs install" - "git lfs install"
#- "git lfs pull" - "git lfs pull"
- "dotnet build -c ServerBuild" - "dotnet build -c ServerBuild"