Skip to content

Changed the Slack build message to use the singular duration if necessary

Aran Koning requested to merge arankoning/gitlab-ce:plural-second-slack into master

What does this MR do?

Previously, the Slack build notification would say "second(s)" even when the duration was only 1 second. This MR fixes that. This is my first time writing Ruby code and my first MR on Gitlab, so feedback is very much appreciated!

Merge request reports