fix: sync HWLAB source workspace through YAML
This commit is contained in:
@@ -165,6 +165,16 @@ export function nodeRuntimeExpected(spec: HwlabRuntimeLaneSpec): Record<string,
|
||||
valuesPrinted: false,
|
||||
},
|
||||
sourceWorkspace: spec.sourceWorkspace === undefined ? null : {
|
||||
git: spec.sourceWorkspace.git === undefined ? null : {
|
||||
remoteName: spec.sourceWorkspace.git.remoteName,
|
||||
remoteUrl: spec.sourceWorkspace.git.remoteUrl,
|
||||
identityTarget: spec.sourceWorkspace.git.identityTarget ?? null,
|
||||
identityId: spec.sourceWorkspace.git.identityId ?? null,
|
||||
proxyEnvPath: spec.sourceWorkspace.git.proxyEnvPath ?? null,
|
||||
verifyRemote: spec.sourceWorkspace.git.verifyRemote,
|
||||
requireUpToDate: spec.sourceWorkspace.git.requireUpToDate,
|
||||
valuesPrinted: false,
|
||||
},
|
||||
requiredCommands: spec.sourceWorkspace.requiredCommands,
|
||||
requiredFiles: spec.sourceWorkspace.requiredFiles,
|
||||
install: spec.sourceWorkspace.install,
|
||||
|
||||
Reference in New Issue
Block a user