Update pre.yml
This commit is contained in:
parent
91b87214ba
commit
704f822fd6
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
|
||||
- name: Config .env and docker-compose for start containers
|
||||
shell: |
|
||||
sed -i 's/APP_COMPOSE_UP=.*/APP_COMPOSE_UP=false/g' {{installpath}}/{{appname}}/.env
|
||||
sed -i 's/APP_VERSION=.*/APP_VERSION={{oracle_version}}/g' {{installpath}}/{{appname}}/.env
|
||||
cat {{installpath}}/{{appname}}/docker-compose.yml |yq eval 'del(.services.oracle.profiles)' > /tmp/tmp.yml
|
||||
cat /tmp/tmp.yml > {{installpath}}/{{appname}}/docker-compose.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue