fix: sync HWLAB source workspace through YAML
This commit is contained in:
@@ -604,7 +604,7 @@ export async function runNodeDelegatedDomain(config: Config, domain: DelegatedNo
|
||||
return nodeRuntimeBaseImageCommand(scoped);
|
||||
}
|
||||
if (domain === "control-plane" && scoped.action === "source-workspace") {
|
||||
return nodeRuntimeSourceWorkspaceCommand(scoped);
|
||||
return await nodeRuntimeSourceWorkspaceCommand(config, scoped);
|
||||
}
|
||||
if (domain === "control-plane" && scoped.action === "plan") {
|
||||
const result = nodeRuntimeControlPlanePlan(scoped);
|
||||
|
||||
Reference in New Issue
Block a user