fix(release): stop windows smoke gateway before update

This commit is contained in:
Peter Steinberger
2026-05-02 05:21:24 +01:00
parent a3fe0b08aa
commit 500d235d8e

View File

@@ -440,6 +440,7 @@ class WindowsSmoke {
} else {
this.status.upgradePrecheck = "latest-ref-fail";
}
await this.phase("upgrade.gateway-stop-before-update", 420, () => this.gatewayAction("stop"));
await this.phase(
"upgrade.update-dev",
Number(process.env.OPENCLAW_PARALLELS_WINDOWS_UPDATE_TIMEOUT_S || 1200),