Fix node not being added to compile

This commit is contained in:
Daniel_I_Am 2021-05-08 20:30:52 +02:00
parent 6691d18c99
commit fbf174a02e
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -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: