Updated Runner Config

This commit is contained in:
Dunemask 2022-08-06 13:13:44 +00:00
parent 66dbd05558
commit deb44a8177
3 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,4 @@
export default function secondaryTest(pipelineData) {
console.log("This came from a tertiary!");
return { status: +(pipelineData !== "SomeOtherData") };
}