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 75a0b5aCopy full SHA for 75a0b5a
packages/cli-v3/src/deploy/buildImage.ts
@@ -466,12 +466,6 @@ async function localBuildImage(options: SelfHostedBuildImageOptions): Promise<Bu
466
loginProcess.process?.stdin?.write(credentials.password);
467
loginProcess.process?.stdin?.end();
468
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) {
476
return {
477
ok: false as const,
0 commit comments