Skip to content

Commit

Permalink
Show accurate error message on pre-prod release failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Jan 8, 2025
1 parent 3e89d6e commit ee7d0dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class V2::LiveRelease::PreProdRelease::CurrentReleaseComponent < V2::BaseCompone

STATUS = {
created: {text: "In progress", status: :routine},
failed: {text: "Failed", status: :failure},
failed: {text: "Build not found", status: :failure},
finished: {text: "Success", status: :success}
}

Expand Down

0 comments on commit ee7d0dc

Please sign in to comment.