Skip to content

Commit

Permalink
Update internal/pkg/argocd/argocd.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Gustafsson <hannes.gustafsson@commercetools.com>
  • Loading branch information
ashvarts and hnnsgstfssn authored Dec 4, 2024
1 parent 13f3c18 commit d76712e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/pkg/argocd/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,6 @@ func generateDiffOfAComponent(ctx context.Context, commentDiff bool, componentPa

// GenerateDiffOfChangedComponents generates diff of changed components
func GenerateDiffOfChangedComponents(ctx context.Context, componentsToDiff map[string]bool, prBranch string, repo string, useSHALabelForArgoDicovery bool, createTempAppObjectFromNewApps bool) (hasComponentDiff bool, hasComponentDiffErrors bool, diffResults []DiffResult, err error) {

// init argoclients
argoClients, err := InitArgoClients()
if err != nil {
log.Fatalf("error initializing argo clients: %v", err)
}
Expand Down

0 comments on commit d76712e

Please sign in to comment.