Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-06 12:51:54 -04:00
parent 3516b128a0
commit c1324c3260

View File

@ -57,6 +57,8 @@ tests:
- ChaosBot/**/*
refs:
- master
dependencies:
- build
tags:
- docker
- hawkeye
@ -66,17 +68,31 @@ tests:
release:
stage: release
only:
changes:
- ChaosBot/**/*
refs:
- master
dependencies:
- tests
artifacts:
paths:
- publish/
tags:
- docker
- hawkeye
script:
- dotnet publish -c Release -o ../publish ChaosBot/ChaosBot.csproj
deploy:
stage: deploy
only:
changes:
- ChaosBot/**/*
refs:
- master
tags:
- docker
- hawkeye
dependencies:
- release
script: