Commit 6b07a5b2 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Improve code design

parent 276d28a6
......@@ -457,6 +457,7 @@ module Ci
def build_attributes_from_config
return {} unless pipeline.config_processor
pipeline.config_processor.build_attributes(name)
end
end
......
......@@ -44,7 +44,7 @@ module Ci
end
def builds_for_ref(ref, tag = false, trigger_request = nil)
jobs_for_ref(ref, tag, trigger_request).map do |name, job|
jobs_for_ref(ref, tag, trigger_request).map do |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