ADD build status with killed

This commit is contained in:
Jasder
2020-08-25 17:01:03 +08:00
parent 66efdcc1b6
commit 5375c3ec71
3 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ class Ci::Builds::ListQuery < ApplicationQuery
when 'error' then scope.errored
when 'running' then scope.running
when 'failure' then scope.failed
when 'killed' then scope.killed
else
scope
end