Update pre.yml
This commit is contained in:
parent
37d58e5779
commit
67e9e909f0
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
|||
|
||||
- name: Config .env and docker-compose for start containers
|
||||
shell: |
|
||||
yq eval 'del(.services.{{activemq_version}}.profiles)' {{installpath}}/{{appname}}/docker-compose.yml > /tmp/tmp.yml
|
||||
cat {{installpath}}/{{appname}}/docker-compose.yml |yq eval 'del(.services.{{activemq_version}}.profiles)' > /tmp/tmp.yml
|
||||
cat /tmp/tmp.yml > {{installpath}}/{{appname}}/docker-compose.yml
|
||||
rm -f /tmp/tmp.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue