Merge 1a87915ac6961de7df28fc4ee1a7eb984e28c7c8 into 598f1826d8b2bc969aace2c6459824737667218c
This commit is contained in:
commit
aee18c16b2
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user