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:
stage: build
only:
- develop@log-gtav/reallife-gamemode
- develop@log-gtav/reallife-gamemode
script:
- "../gm_database_password.sh"
#- "git lfs install"
#- "git lfs pull"
- "dotnet build -c ServerBuild"
- "../gm_database_password.sh"
- "git lfs install"
- "git lfs pull"
- "dotnet build -c ServerBuild"