Remove legacy method from pipeline class

This commit is contained in:
Grzegorz Bizon 2017-06-05 10:18:12 +02:00
parent 626cb8edc3
commit bd76cdc97b

View file

@ -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