try fix build

This commit is contained in:
hydrant
2019-09-22 22:35:11 +02:00
parent 3b6d5aea43
commit 0ffc56bf17

View File

@@ -10,6 +10,7 @@ build:
only: only:
- develop@log-gtav/reallife-gamemode - develop@log-gtav/reallife-gamemode
script: script:
- "dotnet restore"
- "../gm_database_password.sh" - "../gm_database_password.sh"
- "cd ReallifeGamemode.Server/" - "cd ReallifeGamemode.Server/"
- "dotnet build -c Release" - "dotnet build -c Release"