odoocker upgrade

This commit is contained in:
yhaelopez
2023-12-20 11:12:15 -07:00
parent 1d3c88bdd2
commit 5062e3cd42
14 changed files with 165 additions and 129 deletions

7
odoo/clone-enterprise.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
if [ -n "$ENTERPRISE_USER" ] && [ -n "$ENTERPRISE_ACCESS_TOKEN" ]; then \
git clone https://${ENTERPRISE_USER}:${ENTERPRISE_ACCESS_TOKEN}@github.com/odoo/enterprise.git ${ENTERPRISE_ADDONS} --depth 1 --branch ${ODOO_TAG} --single-branch --no-tags
fi