[IMP] runbot_cla: add cla_check to All only config

Mergebot is using All only config, but need cla check.
This commit will avoid to remove this step when updating runbot.
This commit is contained in:
Xavier-Do 2019-05-23 12:52:50 +02:00
parent c49e4d21ad
commit f6c220d3b6

View File

@ -9,4 +9,7 @@
<record id="runbot.runbot_build_config_default" model="runbot.build.config">
<field name="step_order_ids" eval="[(0, 0, {'step_id': ref('runbot_build_config_step_check_cla')})]"/>
</record>
<record id="runbot.runbot_build_config_default_no_run" model="runbot.build.config">
<field name="step_order_ids" eval="[(0, 0, {'step_id': ref('runbot_build_config_step_check_cla')})]"/>
</record>
</odoo>