mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
develop installs python3 bench
This commit is contained in:
parent
ee695ff14b
commit
68b5e1b9ae
@ -28,11 +28,17 @@
|
|||||||
stat: path="{{ bench_path }}"
|
stat: path="{{ bench_path }}"
|
||||||
register: bench_stat
|
register: bench_stat
|
||||||
|
|
||||||
- name: init bench
|
- name: python3 bench init for develop
|
||||||
|
command: bench init {{ bench_path }} --frappe-branch {{ branch }} --python python3
|
||||||
|
args:
|
||||||
|
creates: "{{ bench_path }}"
|
||||||
|
when: not bench_stat.stat.exists and develop
|
||||||
|
|
||||||
|
- name: python2 bench init for develop
|
||||||
command: bench init {{ bench_path }} --frappe-branch {{ branch }}
|
command: bench init {{ bench_path }} --frappe-branch {{ branch }}
|
||||||
args:
|
args:
|
||||||
creates: "{{ bench_path }}"
|
creates: "{{ bench_path }}"
|
||||||
when: not bench_stat.stat.exists
|
when: not bench_stat.stat.exists and production
|
||||||
|
|
||||||
# setup common_site_config
|
# setup common_site_config
|
||||||
- name: setup config
|
- name: setup config
|
||||||
|
Loading…
Reference in New Issue
Block a user