From 88af541ea86fd29a9d4dac11fc571a9bd3987284 Mon Sep 17 00:00:00 2001 From: Stefan Feilmeier Date: Sat, 26 Mar 2022 12:40:34 +0100 Subject: [PATCH] Gitpod live demo: fix branch name for odoo-openems (#1771) --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 0bed4b38f53..9c0926a70d2 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -23,7 +23,7 @@ tasks: --disable-host-check - init: | mkdir /workspace/odoo && cd /workspace/odoo - git clone --depth=1 -b feature/gitpod https://github.com/OpenEMS/odoo-openems.git openems + git clone --depth=1 -b 12.0 https://github.com/OpenEMS/odoo-openems.git openems git clone --depth=1 -b 12.0 https://github.com/OCA/partner-contact git clone --depth=1 -b 12.0 https://github.com/OCA/web.git ln -s ./partner-contact/partner_firstname ./partner_firstname