enhanced .env variable usage

This commit is contained in:
Yhael S
2023-10-01 00:55:06 -05:00
parent 55270202ab
commit d0ec5118eb
6 changed files with 67 additions and 749 deletions

View File

@@ -1,3 +1,7 @@
#!/bin/bash
set -e
# Check if the repository directory exists
if [ ! -d "odoo-cloud-platform" ]; then
git clone https://github.com/camptocamp/odoo-cloud-platform.git --depth 1 --branch ${ODOO_TAG} --single-branch --no-tags;