Commit bf76a753 authored by drew cimino's avatar drew cimino

Explicitly order Ci::Build merge requests for consistency

parent 95bda4ee
......@@ -591,7 +591,7 @@ module Ci
def merge_request
strong_memoize(:merge_request) do
pipeline.all_merge_requests.first
pipeline.all_merge_requests.order(iid: :asc).first
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