Skip to content

Commit

Permalink
Merge pull request #270 from stackhpc/sort-releases
Browse files Browse the repository at this point in the history
upstream sync: Sort releases for deterministic workflows
  • Loading branch information
markgoddard authored Dec 13, 2023
2 parents 2c51c5f + 91e7360 commit e6dc0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/source-repo-sync/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: '{{ item.key }}',
releases:
'{{ default_releases | difference(item.value.ignored_releases | default([])) |
union(item.value.additional_releases | default([])) }}',
union(item.value.additional_releases | default([])) | sort }}',
workflows:
{ default_branch_only: '{{ openstack_workflows.default_branch_only |
difference(item.value.workflows.ignored_workflows.default_branch_only | default([])) |
Expand Down

0 comments on commit e6dc0ce

Please sign in to comment.