Fix running koji_build tasks on taskotron-prod
This commit is contained in:
parent
3189b02479
commit
d3c1e21026
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
do:
|
do:
|
||||||
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
||||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms-checks/${name}.git', branch: "${distgit_branch}"}}
|
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms-checks/${name}.git', branch: "${distgit_branch}"}}
|
||||||
|
{% else %}
|
||||||
|
- when: {message_type: KojiBuildPackageCompleted}
|
||||||
|
do:
|
||||||
|
- {tasks: [rpmlint, rpmgrill]}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- when: {message_type: KojiBuildDockerCompleted}
|
- when: {message_type: KojiBuildDockerCompleted}
|
||||||
do:
|
do:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue