mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Merge pull request #491 from saurabh6790/ansible-merge
[fix] consider without_bench_setup flag while setting up dev env
This commit is contained in:
commit
0c03041275
@ -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