We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cebb0 commit c228286Copy full SHA for c228286
packages/cli-v3/src/executions/taskRunProcess.ts
@@ -150,7 +150,7 @@ export class TaskRunProcess {
150
PATH: process.env.PATH,
151
TRIGGER_PROCESS_FORK_START_TIME: String(Date.now()),
152
TRIGGER_WARM_START: this.options.isWarmStart ? "true" : "false",
153
- TRIGGER: "1",
+ TRIGGERDOTDEV: "1",
154
};
155
156
logger.debug(`initializing task run process`, {
0 commit comments