We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0a507 commit 26744e6Copy full SHA for 26744e6
packages/cli-v3/src/deploy/buildImage.ts
@@ -469,7 +469,6 @@ async function localBuildImage(options: SelfHostedBuildImageOptions): Promise<Bu
469
for await (const line of loginProcess) {
470
errors.push(line);
471
logger.debug(line);
472
- options.onLog?.(line);
473
}
474
475
if (loginProcess.exitCode !== 0) {
0 commit comments