diff --git a/install.sh b/install.sh index 8c045ae..f656bb4 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ export POSTGRES_PGDATA="postgres_pgdata_"$COMPANY"" function clone_data() { if [ "$1" = $ODOO_REPO ]; then - docker run -it --rm -v "$1":/webportal -w /webportal 2bas/repo /bin/bash "-c" "git clone --progress --branch online_service -v --depth 1 git@git.foss.com.ua:fossdoc/webportal.git .; exit;"; + docker run -it --rm -v "$1":/webportal -w /webportal 2bas/repo /bin/bash "-c" "git clone --progress --branch release -v --depth 1 git@git.foss.com.ua:fossdoc/webportal.git .; exit;"; fi }