Commit bd76cdc9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove legacy method from pipeline class

parent 626cb8ed
......@@ -285,17 +285,6 @@ module Ci
end
end
##
# TODO, phase this method out
#
def config_builds_attributes
return [] unless config_processor
config_processor.
builds_for_ref(ref, tag?, trigger_requests.first).
sort_by { |build| build[:stage_idx] }
end
def stage_seeds
return [] unless config_processor
......
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