fix: pass source commit to node PipelineRuns
This commit is contained in:
@@ -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(",") },
|
||||
|
||||
Reference in New Issue
Block a user