chore: Move files from build/common

This commit is contained in:
Lev
2021-11-05 20:00:11 +03:00
parent 915885bb05
commit c808ad1767
23 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash -ex
APP_NAME=${1}
APP_REPO=${2}
APP_BRANCH=${3}
[[ -n "${APP_BRANCH}" ]] && BRANCH="-b ${APP_BRANCH}"
git clone --depth 1 -o upstream ${APP_REPO} ${BRANCH} /home/frappe/frappe-bench/apps/${APP_NAME}
/home/frappe/frappe-bench/env/bin/pip3 install --no-cache-dir -e /home/frappe/frappe-bench/apps/${APP_NAME}