fix: removed frappe-path

This commit is contained in:
Jannat Patel
2021-10-04 13:20:08 +05:30
committed by GitHub
parent 3bff000cc9
commit 0b44e78cc2

View File

@@ -53,7 +53,7 @@ jobs:
then
(cd && tar xzf ~/bench-cache/bench.tgz)
else
bench init frappe-bench --skip-redis-config-generation --skip-assets --python "$(which python)" --frappe-path "${GITHUB_WORKSPACE}"
bench init frappe-bench --skip-redis-config-generation --skip-assets --python "$(which python)"
mkdir -p ~/bench-cache
(cd && tar czf ~/bench-cache/bench.tgz frappe-bench)
fi