Update pre.yml

This commit is contained in:
qiaofeng1227 2022-07-26 10:59:04 +08:00 committed by GitHub
parent 7d91bd0f28
commit e5796b4e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@
- debug:
msg: "activemq_version is {{activemq_version}}"
- 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
- 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