Update .gitlab-ci.yml
This commit is contained in:
@@ -2,7 +2,11 @@ stages:
|
||||
- build
|
||||
|
||||
before_script:
|
||||
- "../database_password.sh"
|
||||
- "dotnet restore"
|
||||
|
||||
after_script:
|
||||
- "../copy_build_files.sh"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
@@ -10,6 +14,3 @@ build:
|
||||
- develop
|
||||
script:
|
||||
- "dotnet build"
|
||||
# - "cp bin/Debug/netcoreapp2.0/* /ragemp_srv/bridge/resources/reallife-gamemode"
|
||||
# - "rm -rf /ragemp_srv/client_packages/*"
|
||||
# - "cp -r Client/* /ragemp_srv/client_packages"
|
||||
|
||||
Reference in New Issue
Block a user