Taskotron: Disable check_modulemd on dev
This commit is contained in:
parent
c0d16b6d25
commit
7f6a4c4059
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
- tasks:
|
- tasks:
|
||||||
- rpmdeplint
|
- rpmdeplint
|
||||||
|
|
||||||
|
{% if deployment_type in ['stg', 'prod'] %}
|
||||||
- when:
|
- when:
|
||||||
message_type: DistGitCommit
|
message_type: DistGitCommit
|
||||||
namespace: modules
|
namespace: modules
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
- check_modulemd
|
- check_modulemd
|
||||||
arches:
|
arches:
|
||||||
- noarch
|
- noarch
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if deployment_type in ['dev'] %}
|
{% if deployment_type in ['dev'] %}
|
||||||
{# This is sufficient to run in a single environment only #}
|
{# This is sufficient to run in a single environment only #}
|
||||||
|
@ -46,5 +48,5 @@
|
||||||
arches:
|
arches:
|
||||||
- x86_64
|
- x86_64
|
||||||
match_host_arch: True
|
match_host_arch: True
|
||||||
{% endif%}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue