提交 b1d6dd4c 编写于 作者: G Grzegorz Bizon

Restore legacy statuses support in ci status helpers

上级 ed4ec0da
......@@ -23,6 +23,8 @@ module CiStatusHelper
case status
when 'success'
'passed'
when 'success_with_warnings'
'passed with warnings'
else
status
end
......@@ -41,6 +43,8 @@ module CiStatusHelper
case status
when 'success'
'icon_status_success'
when 'success_with_warnings'
'icon_status_warning'
when 'failed'
'icon_status_failed'
when 'pending'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册