add missing run id on create
This commit is contained in:
@@ -178,6 +178,10 @@ class KubernetesTaskOperations implements TaskOperations {
|
||||
name: "TRIGGER_ENV_ID",
|
||||
value: opts.envId,
|
||||
},
|
||||
{
|
||||
name: "TRIGGER_RUN_ID",
|
||||
value: opts.runId,
|
||||
},
|
||||
{
|
||||
name: "TRIGGER_ATTEMPT_ID",
|
||||
value: opts.attemptId,
|
||||
|
||||
Reference in New Issue
Block a user