Merge 1a87915ac6961de7df28fc4ee1a7eb984e28c7c8 into 598f1826d8b2bc969aace2c6459824737667218c

This commit is contained in:
Lin Jie 2026-03-20 21:26:02 -07:00 committed by GitHub
commit aee18c16b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,7 +636,7 @@ export async function runGatewayUpdate(opts: UpdateRunnerOptions = {}): Promise<
const abortResult = await runCommand(["git", "-C", gitRoot, "rebase", "--abort"], {
cwd: gitRoot,
timeoutMs,
});
}).catch(() => ({ stdout: "", stderr: "rebase --abort failed", code: -1 }));
steps.push({
name: "git rebase --abort",
command: "git rebase --abort",