Browse Source

fix: Frappe branch

develop
Suraj Shetty 3 years ago
parent
commit
ee35444c3f
  1. 2
      .github/helper/install.sh

2
.github/helper/install.sh

@ -12,7 +12,7 @@ sudo apt install npm
pip install frappe-bench
git clone https://github.com/surajshetty3416/frappe --branch "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}" --depth 1
git clone https://github.com/surajshetty3416/frappe --branch "python-distributed-testing" --depth 1
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench
mkdir ~/frappe-bench/sites/test_site

Loading…
Cancel
Save