Add fallback_branch to koji tasks on dev

This commit is contained in:
Martin Krizek 2017-01-23 15:08:29 +00:00
parent 4d52a04e85
commit 7ce2dfd99c

View file

@ -3,7 +3,7 @@
- when: {message_type: KojiBuildPackageCompleted}
do:
- {tasks: [rpmlint, rpmgrill, python-versions]}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/test-rpms/${name}.git', branch: "${distgit_branch}"}}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/test-rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}}
{% else %}
- when: {message_type: KojiBuildPackageCompleted}
do: