fix: pass hwlab v03 rerun to async trigger
This commit is contained in:
@@ -7925,6 +7925,7 @@ function startControlPlaneTriggerJob(options: G14ControlPlaneOptions): Record<st
|
||||
String(options.timeoutSeconds),
|
||||
"--wait",
|
||||
];
|
||||
if (options.rerun) command.splice(command.length - 1, 0, "--rerun");
|
||||
return {
|
||||
command: `hwlab g14 control-plane trigger-current --lane ${options.lane}`,
|
||||
lane: options.lane,
|
||||
|
||||
Reference in New Issue
Block a user