Update .gitlab-ci.yml
This commit is contained in:
@@ -3,6 +3,11 @@ stages:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "dotnet restore"
|
- "dotnet restore"
|
||||||
|
- "git lfs install"
|
||||||
|
- "git lfs pull"
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: clone
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -10,6 +15,4 @@ build:
|
|||||||
- 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 pull"
|
|
||||||
- "dotnet build -c ServerBuild"
|
- "dotnet build -c ServerBuild"
|
||||||
|
|||||||
Reference in New Issue
Block a user