Skip to content

Commit

Permalink
Gitpod live demo: fix branch name for odoo-openems (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier authored Mar 26, 2022
1 parent 5090fa0 commit 88af541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88af541

Please sign in to comment.