mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update pre.yml
This commit is contained in:
parent
3302c4b65b
commit
fcd802bbf4
@ -20,6 +20,6 @@
|
||||
|
||||
- name: Config .env and docker-compose for start containers
|
||||
shell: |
|
||||
yq eval 'del(.services.{{activemq_version}}.profiles)' docker-compose.yml > tmp.yml
|
||||
cat tmp.yml > docker-compose.yml
|
||||
rm -f tmp.yml
|
||||
yq eval 'del(.services.{{activemq_version}}.profiles)' {{installpath}}/{{appname}}/docker-compose.yml > /tmptmp.yml
|
||||
cat /tmptmp.yml > {{installpath}}/{{appname}}/docker-compose.yml
|
||||
rm -f /tmptmp.yml
|
||||
|
Loading…
Reference in New Issue
Block a user