Skip to content

Commit 2018b41

Browse files
committed
TRIGGER -> TRIGGERDOTDEV
1 parent c41d634 commit 2018b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/executions/taskRunProcess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class TaskRunProcess {
150150
PATH: process.env.PATH,
151151
TRIGGER_PROCESS_FORK_START_TIME: String(Date.now()),
152152
TRIGGER_WARM_START: this.options.isWarmStart ? "true" : "false",
153-
TRIGGER: "1",
153+
TRIGGERDOTDEV: "1",
154154
};
155155

156156
logger.debug(`initializing task run process`, {

0 commit comments

Comments
 (0)