Fix running koji_build tasks on taskotron-prod

This commit is contained in:
Martin Krizek 2016-11-03 07:41:54 +00:00
parent 3189b02479
commit d3c1e21026

View file

@ -4,6 +4,10 @@
do:
- {tasks: [rpmlint, rpmgrill, python-versions]}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms-checks/${name}.git', branch: "${distgit_branch}"}}
{% else %}
- when: {message_type: KojiBuildPackageCompleted}
do:
- {tasks: [rpmlint, rpmgrill]}
{% endif %}
- when: {message_type: KojiBuildDockerCompleted}
do: