提交 7e32e2ef 编写于 作者: L Lin Jen-Shin

build might not start yet

上级 e9e7c378
......@@ -12,7 +12,7 @@ module Gitlab
now = Time.now
segments = builds.map do |b|
Segment.new(b.started_at, b.finished_at || now)
Segment.new(b.started_at || now, b.finished_at || now)
end
new(segments)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册