Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-08 11:10:20 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-08 11:10:20 +0300
commit7319460c18a6a6dedaa4aa5c564bbe0afc1ee51c (patch)
tree52a486e30b90cf9e04e81764c29f6d20422ec624 /app/helpers
parentcb19fd140fda6fd8adc05a00889e7567cabcaa62 (diff)
Verbosify blocked pipeline status description
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 2c2c408b035..a7cdca9ba2e 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -15,6 +15,8 @@ module CiStatusHelper
'passed'
when 'success_with_warnings'
'passed with warnings'
+ when 'manual'
+ 'waiting for manual action'
else
status
end