mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot_cla: use https target url
This commit is contained in:
parent
96ee611021
commit
36c747d9b2
@ -28,7 +28,7 @@ class runbot_build(openerp.models.Model):
|
||||
_logger.info('CLA build:%s email:%s result:%s', build.dest, email, state)
|
||||
status = {
|
||||
"state": state,
|
||||
"target_url": "http://www.odoo.com/sign-cla",
|
||||
"target_url": "https://www.odoo.com/sign-cla",
|
||||
"description": "%s Odoo CLA signature check" % build.author,
|
||||
"context": "legal/cla"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user