From d56cde46caf2aa7145be4738eac3481c3399387e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 25 Jun 2024 13:18:33 -0700 Subject: [PATCH] update for handle failed deployment case --- src/cmd/cli/command/commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/cli/command/commands.go b/src/cmd/cli/command/commands.go index fc988a07f..12f5695ba 100644 --- a/src/cmd/cli/command/commands.go +++ b/src/cmd/cli/command/commands.go @@ -844,7 +844,6 @@ var composeUpCmd = &cobra.Command{ if !errors.Is(err, cli.ErrDryRun) && !errors.As(err, new(cliClient.ErrNotImplemented)) { term.Warnf("failed to wait for service status: %v", err) } - wg.Wait() // Wait until ctrl+c is pressed } cancelTail() wg.Wait() // Wait for tail to finish