mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
auto clone third party addons and upgrade docker build
This commit is contained in:
7
odoo/clone-enterprise.sh
Executable file
7
odoo/clone-enterprise.sh
Executable 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
|
||||
Reference in New Issue
Block a user