mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[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:
parent
c49e4d21ad
commit
f6c220d3b6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user