Skip to content

Commit

Permalink
chore: pr review
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
  • Loading branch information
zachaller committed Feb 18, 2025
1 parent 02818f7 commit 7203ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/argocdcommitstatus_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (r *ArgoCDCommitStatusReconciler) groupArgoCDApplicationsWithPhase(argoCDCo
}

if application.Spec.SourceHydrator == nil {
continue
return map[string][]*aggregate{}, fmt.Errorf("application %s/%s does not have a SourceHydrator configured", application.GetNamespace(), application.GetName())
}

// Check that all the applications are configured with the same repo
Expand Down

0 comments on commit 7203ef1

Please sign in to comment.