Skip to content

Commit

Permalink
adding some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Apr 30, 2024
1 parent 51748b4 commit 4d0194e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/build_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func successfulBuildPodsPredicate() predicate.Predicate {

//TODO: need the logic here to find the appropriate types
// that is, successful and build pods
fmt.Printf("Got here")
labels := event.ObjectNew.GetLabels()
_, err := getValueFromMap(labels, "lagoon.sh/buildName")
fmt.Printf("A")
Expand Down

0 comments on commit 4d0194e

Please sign in to comment.