diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-08 09:10:20 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-08 09:10:20 +0100 |
commit | 7319460c18a6a6dedaa4aa5c564bbe0afc1ee51c (patch) | |
tree | 52a486e30b90cf9e04e81764c29f6d20422ec624 /app/helpers/ci_status_helper.rb | |
parent | cb19fd140fda6fd8adc05a00889e7567cabcaa62 (diff) | |
download | gitlab-ce-7319460c18a6a6dedaa4aa5c564bbe0afc1ee51c.tar.gz |
Verbosify blocked pipeline status description
Diffstat (limited to 'app/helpers/ci_status_helper.rb')
-rw-r--r-- | app/helpers/ci_status_helper.rb | 2 |
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 |