Update .gitlab-ci.yml

This commit is contained in:
hydrant
2018-09-30 01:41:02 +02:00
parent c738406898
commit adb4d6649e

View File

@@ -2,14 +2,15 @@ stages:
- build
before_script:
- "../database_password.sh"
- "dotnet restore"
after_script:
- "../copy_build_files.sh"
build:
stage: build
only:
- 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"