enabling atomic/cloud tests in taskotron production trigger

This commit is contained in:
Tim Flink 2017-04-11 04:52:55 +00:00
parent ee0ca2ed68
commit c29be7d070

View file

@ -38,7 +38,6 @@
do:
- {tasks: [check_modulemd]}
{% if deployment_type in ['dev'] %}
- when:
message_type: AtomicCompose
do:
@ -48,4 +47,3 @@
message_type: CloudCompose
do:
- {tasks: [fedora-cloud-tests]}
{% endif %}