Skip to content

Commit

Permalink
Fix deployment failure notification renderer missing
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Dec 11, 2023
1 parent 8919a9c commit 60e2036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/libs/notifiers/slack/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Builder
staged_rollout_paused: Renderers::StagedRolloutPaused,
staged_rollout_resumed: Renderers::StagedRolloutResumed,
staged_rollout_halted: Renderers::StagedRolloutHalted,
staged_rollout_fully_released: Renderers::StagedRolloutFullyReleased
staged_rollout_fully_released: Renderers::StagedRolloutFullyReleased,
deployment_failed: Renderers::DeploymentFailed
}.with_indifferent_access

class RendererNotFound < ArgumentError; end
Expand Down

0 comments on commit 60e2036

Please sign in to comment.