Commit 276d28a6 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix broken builds_for_ref

parent 6208c24d
......@@ -45,7 +45,7 @@ module Ci
def builds_for_ref(ref, tag = false, trigger_request = nil)
jobs_for_ref(ref, tag, trigger_request).map do |name, job|
build_attributes(name, _)
build_attributes(name)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment