mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
[fix] consider without_bench_setup flag while setting up dev env
This commit is contained in:
parent
e2260d7065
commit
a549853b9e
@ -22,4 +22,4 @@
|
||||
|
||||
# setup development environment
|
||||
- include: includes/setup_dev_env.yml
|
||||
when: not run_travis and not production
|
||||
when: not run_travis and not production and (not without_bench_setup and ansible_distribution == 'Ubuntu')
|
||||
|
Loading…
Reference in New Issue
Block a user