From 809d1eca7745413855f0e823d6a7d2414bf6d177 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 4 Nov 2025 18:20:10 +1000 Subject: [PATCH] lint --- cmd/uncloud/deploy.go | 1 - internal/cli/build.go | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/uncloud/deploy.go b/cmd/uncloud/deploy.go index 29888afd..3cdc1461 100644 --- a/cmd/uncloud/deploy.go +++ b/cmd/uncloud/deploy.go @@ -139,7 +139,6 @@ func runDeploy(ctx context.Context, uncli *cli.CLI, opts deployOptions) error { } return nil }, uncli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image))) - // Collect errors to try pushing all images. if err != nil { errs = append(errs, err) diff --git a/internal/cli/build.go b/internal/cli/build.go index 36b4a6e9..46e1c5e3 100644 --- a/internal/cli/build.go +++ b/internal/cli/build.go @@ -130,7 +130,6 @@ func (cli *CLI) BuildServices(ctx context.Context, project *composetypes.Project } return nil }, cli.ProgressOut(), fmt.Sprintf("Pushing image %s to cluster", boldStyle.Render(s.Image))) - // Collect errors to try pushing all images. if err != nil { errs = append(errs, err)