Skip to content

Commit 75a0b5a

Browse files
committed
Remove registry login logs, not useful
1 parent fe0a507 commit 75a0b5a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/cli-v3/src/deploy/buildImage.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,6 @@ async function localBuildImage(options: SelfHostedBuildImageOptions): Promise<Bu
466466
loginProcess.process?.stdin?.write(credentials.password);
467467
loginProcess.process?.stdin?.end();
468468

469-
for await (const line of loginProcess) {
470-
errors.push(line);
471-
logger.debug(line);
472-
options.onLog?.(line);
473-
}
474-
475469
if (loginProcess.exitCode !== 0) {
476470
return {
477471
ok: false as const,

0 commit comments

Comments
 (0)