mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-13 09:28:27 +00:00
bug fix in install_apps.sh
This commit is contained in:
parent
7bdd329793
commit
b6eb3ccde2
@ -8,10 +8,10 @@ cd /home/frappe/frappe-bench/
|
|||||||
|
|
||||||
. env/bin/activate
|
. env/bin/activate
|
||||||
|
|
||||||
cd apps
|
cd ./apps
|
||||||
|
|
||||||
[ "${APP_BRANCH}" ] && \
|
[ "${APP_BRANCH}" ] && \
|
||||||
BRANCH="-b ${APP_BRANCH}"
|
BRANCH="-b ${APP_BRANCH}"
|
||||||
|
|
||||||
git clone --depth 1 -o upstream ${APP_REPO} ${BRANCH}
|
git clone --depth 1 -o upstream ${APP_REPO} ${BRANCH}
|
||||||
pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/APP_NAME
|
pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/${APP_NAME}
|
Loading…
x
Reference in New Issue
Block a user