odoocker upgrade

This commit is contained in:
yhaelopez
2023-12-20 10:42:52 -07:00
parent ad0f11e13e
commit 44fd632a6d
13 changed files with 164 additions and 126 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