fix: install app failed when APP_NAME is not same as the one contained in APP_REPO
This commit is contained in:
@@ -15,7 +15,7 @@ install_packages git python2
|
||||
mkdir -p apps
|
||||
cd apps
|
||||
git clone --depth 1 https://github.com/frappe/frappe ${BRANCH}
|
||||
git clone --depth 1 ${APP_REPO} ${BRANCH}
|
||||
git clone --depth 1 ${APP_REPO} ${BRANCH} ${APP_NAME}
|
||||
|
||||
cd /home/frappe/frappe-bench/apps/frappe
|
||||
yarn
|
||||
|
||||
Reference in New Issue
Block a user