fix: pass source commit to node PipelineRuns

This commit is contained in:
Codex
2026-06-27 12:16:11 +00:00
parent 5c842fc2d3
commit c5eb50e6e3
+1
View File
@@ -245,6 +245,7 @@ export function nodeRuntimePipelineRunManifest(spec: HwlabRuntimeLaneSpec, sourc
{ name: "catalog-path", value: spec.catalogPath },
{ name: "image-tag-mode", value: "full" },
{ name: "runtime-path", value: spec.runtimePath },
{ name: "source-commit", value: sourceCommit },
{ name: "revision", value: sourceCommit },
{ name: "registry-prefix", value: spec.registryPrefix },
{ name: "services", value: spec.serviceIds.join(",") },