Update test.yml

This commit is contained in:
qiaofeng1227 2022-05-12 16:57:16 +08:00 committed by GitHub
parent c47ad28fc3
commit 9a8bbbd138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,11 @@
erpnext_version_meta: [13, 12, 11]
erpnext_version: erpnext_version_meta[{{ version_options.user_input }}]
- name: Clone {{appname}} in Websoft9
git:
repo: "https://github.com/Websoft9/docker-{{appname}}.git"
dest: /data/apps/{{appname}}
- name: Config .env for start containers
shell: |
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`