Fix broken builds_for_ref
This commit is contained in:
parent
6208c24d1f
commit
276d28a60f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue