Merge pull request #1155 from pikasTech/fix/issue-1148-d518-pipelinerun-param

Fix D518 node PipelineRun source commit parameter
This commit is contained in:
Lyon
2026-06-27 20:16:41 +08:00
committed by GitHub
+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(",") },