Taskotron: Disable check_modulemd on dev

This commit is contained in:
František Zatloukal 2018-10-02 13:59:13 +02:00
parent c0d16b6d25
commit 7f6a4c4059

View file

@ -26,6 +26,7 @@
- tasks:
- rpmdeplint
{% if deployment_type in ['stg', 'prod'] %}
- when:
message_type: DistGitCommit
namespace: modules
@ -34,6 +35,7 @@
- check_modulemd
arches:
- noarch
{% endif %}
{% if deployment_type in ['dev'] %}
{# This is sufficient to run in a single environment only #}
@ -46,5 +48,5 @@
arches:
- x86_64
match_host_arch: True
{% endif%}
{% endif %}