Skip to content

Commit

Permalink
Merge branch version/0-47-0-RC1 to adopt changes from PR #3532
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Oct 8, 2024
2 parents 3479068 + af3779a commit 1827a60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/buildplan/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ func FilterSuccessfulArtifacts() FilterArtifact {

func FilterFailedArtifacts() FilterArtifact {
return func(a *Artifact) bool {
return a.Status == types.ArtifactBlocked ||
a.Status == types.ArtifactFailedTransiently ||
return a.Status == types.ArtifactFailedTransiently ||
a.Status == types.ArtifactFailedPermanently
}
}
Expand Down

0 comments on commit 1827a60

Please sign in to comment.