Merge pull request #222 from pateljannat/ci-fix

This commit is contained in:
Jannat Patel
2021-10-04 13:39:51 +05:30
committed by GitHub

View File

@@ -53,7 +53,7 @@ jobs:
then
(cd && tar xzf ~/bench-cache/bench.tgz)
else
bench init ~/frappe-bench --skip-redis-config-generation
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