fix: path to frappe-bench

This commit is contained in:
Jannat Patel
2021-10-04 13:26:06 +05:30
committed by GitHub
parent 0b44e78cc2
commit 658a9e6172

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)"
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