add missing run id on create

This commit is contained in:
nicktrn
2024-03-19 15:45:42 +00:00
parent 8f3bbc4c64
commit d39aca8820
+4
View File
@@ -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,