Compare commits

...

1 Commits

Author SHA1 Message Date
Ankush Menat
f6fd9d036a debug 2023-11-06 22:04:22 +05:30

View File

@@ -12,7 +12,7 @@ pip install frappe-bench
githubbranch=${GITHUB_BASE_REF:-${GITHUB_REF##*/}}
frappeuser=${FRAPPE_USER:-"frappe"}
frappebranch=${FRAPPE_BRANCH:-$githubbranch}
frappebranch="poc/index_it_all"
git clone "https://github.com/${frappeuser}/frappe" --branch "${frappebranch}" --depth 1
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench