Update pre.yml
This commit is contained in:
parent
3302c4b65b
commit
fcd802bbf4
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue