sort pipeline graph builds and build groups by name
This commit is contained in:
parent
c3f858b764
commit
9e87eaf83f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- status_groups = statuses.group_by(&:group_name)
|
||||
- status_groups = statuses.sort_by(&:name).group_by(&:group_name)
|
||||
- status_groups.each do |group_name, grouped_statuses|
|
||||
- if grouped_statuses.one?
|
||||
- status = grouped_statuses.first
|
||||
|
|
Loading…
Reference in a new issue