Skip to content

Commit

Permalink
update for handle failed deployment case
Browse files Browse the repository at this point in the history
  • Loading branch information
nullfunc committed Jun 25, 2024
1 parent f235ae5 commit d56cde4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/cli/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d56cde4

Please sign in to comment.