Fix node not being added to compile
This commit is contained in:
parent
6691d18c99
commit
fbf174a02e
@ -69,7 +69,7 @@ cache:
|
|||||||
stage: "Build Code"
|
stage: "Build Code"
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- ChaosBot/wwwroot/*
|
- ChaosBot/**/*
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
@ -88,7 +88,7 @@ cache:
|
|||||||
stage: "Test Code"
|
stage: "Test Code"
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- ChaosBot/wwwroot/*
|
- ChaosBot/**/*
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user