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 da08e50 commit 7379d5aCopy full SHA for 7379d5a
packages/cli-v3/src/executions/taskRunProcess.ts
@@ -123,6 +123,7 @@ export class TaskRunProcess {
123
OTEL_IMPORT_HOOK_INCLUDES: workerManifest.otelImportHook?.include?.join(","),
124
// TODO: this will probably need to use something different for bun (maybe --preload?)
125
NODE_OPTIONS: execOptionsForRuntime(workerManifest.runtime, workerManifest),
126
+ PATH: process.env.PATH,
127
};
128
129
logger.debug(`[${this.runId}] initializing task run process`, {
0 commit comments