Skip to content
Snippets Groups Projects
Commit 276d28a6 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix broken builds_for_ref

parent 6208c24d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment