Skip to content

Commit

Permalink
Revolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
juamedgod committed Jan 23, 2024
2 parents 7c63609 + b167558 commit 2b2718d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/dt/push/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import (
"github.com/vmware-labs/distribution-tooling-for-helm/cmd/dt/config"
"github.com/vmware-labs/distribution-tooling-for-helm/internal/widgets"
"github.com/vmware-labs/distribution-tooling-for-helm/pkg/chartutils"
<<<<<<< HEAD:cmd/dt/push/push.go

Check failure on line 11 in cmd/dt/push/push.go

View workflow job for this annotation

GitHub Actions / Validate

missing import path
"github.com/vmware-labs/distribution-tooling-for-helm/pkg/log"
=======
>>>>>>> main:cmd/dt/push.go
"github.com/vmware-labs/distribution-tooling-for-helm/pkg/wrapping"
)

Expand All @@ -17,7 +20,11 @@ func ChartImages(wrap wrapping.Wrap, imagesDir string, opts ...chartutils.Option
return pushImages(wrap, imagesDir, opts...)
}

<<<<<<< HEAD:cmd/dt/push/push.go
func pushImages(wrap wrapping.Wrap, imagesDir string, opts ...chartutils.Option) error {
=======
func pushChartImages(wrap wrapping.Wrap, imagesDir string, opts ...chartutils.Option) error {
>>>>>>> main:cmd/dt/push.go
lock, err := wrap.GetImagesLock()
if err != nil {
return fmt.Errorf("failed to load Images.lock: %v", err)
Expand Down

0 comments on commit 2b2718d

Please sign in to comment.