Add fallback_branch to koji tasks on dev
This commit is contained in:
parent
4d52a04e85
commit
7ce2dfd99c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue