mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update test.yml
This commit is contained in:
parent
a4a18409d6
commit
9cfcb94841
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- set_fact:
|
||||
erpnext_version_meta: [13, 12, 11]
|
||||
erpnext_version: erpnext_version_meta[{{ version_options.user_input }}]
|
||||
erpnext_version: {{erpnext_version_meta[version_options.user_input]}}
|
||||
|
||||
- name: Delete {{appname}} dir for sec_installation
|
||||
shell: rm -rf /data/apps/{{appname}}
|
||||
|
|
Loading…
Reference in a new issue