Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-06 11:00:41 -04:00
parent 89abd2f34a
commit 6535534ce0

View File

@ -7,10 +7,6 @@ variables:
NUGET_PACKAGES_DIRECTORY: '.nuget'
SOURCE_CODE_PATH: 'ChaosBot/*/'
only:
changes:
- ChaosBot/**/*
stages:
- build
- test
@ -32,9 +28,15 @@ cache:
before_script:
- 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY'
only:
changes:
- ChaosBot/**/*
build:
stage: build
only:
changes:
- ChaosBot/**/*
tags:
- docker
- hawkeye
@ -43,6 +45,9 @@ build:
tests:
stage: test
only:
changes:
- ChaosBot/**/*
tags:
- docker
- hawkeye