diff --git a/build/common/worker/install_app.sh b/build/common/worker/install_app.sh index e3b9b629..ac71cc6a 100755 --- a/build/common/worker/install_app.sh +++ b/build/common/worker/install_app.sh @@ -8,10 +8,10 @@ cd /home/frappe/frappe-bench/ . env/bin/activate -cd apps +cd ./apps [ "${APP_BRANCH}" ] && \ BRANCH="-b ${APP_BRANCH}" git clone --depth 1 -o upstream ${APP_REPO} ${BRANCH} -pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/APP_NAME \ No newline at end of file +pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/${APP_NAME} \ No newline at end of file