fix: pass --non-interactive to doctor during update
This commit is contained in:
committed by
Peter Steinberger
parent
6a48688c09
commit
07bdb8af7e
@@ -417,7 +417,7 @@ export async function runGatewayUpdate(
|
|||||||
const doctorStep = await runStep(
|
const doctorStep = await runStep(
|
||||||
step(
|
step(
|
||||||
"clawdbot doctor",
|
"clawdbot doctor",
|
||||||
managerScriptArgs(manager, "clawdbot", ["doctor"]),
|
managerScriptArgs(manager, "clawdbot", ["doctor", "--non-interactive"]),
|
||||||
gitRoot,
|
gitRoot,
|
||||||
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
|
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user