Skip to content

Commit

Permalink
fix(stages): auto-promote Freight from other origins (#2894)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco authored Nov 4, 2024
1 parent 8967a6a commit b70e9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/stages/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ func (r *reconciler) syncNormalStage(
}
if len(promos.Items) > 0 {
logger.Debug("Promotion already exists for Freight")
return status, nil
continue
}

// Auto-promotion of this Freight is permitted.
Expand Down

0 comments on commit b70e9bb

Please sign in to comment.