Update pre.yml

This commit is contained in:
qiaofeng1227 2022-07-25 16:42:39 +08:00 committed by GitHub
parent 3570d4e99b
commit 725d4ba89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@
sed -i 's/APP_VERSION=.*/APP_VERSION={{oracle_version}}/g' {{installpath}}/{{appname}}/.env
cat {{installpath}}/{{appname}}/docker-compose.yml |yq eval 'del(.services.oracleex.profiles)' > /tmp/tmp.yml
cat /tmp/tmp.yml > docker-compose.yml
rm -f /tmp/tmp.yml
when: oracle_edition == "express"
- block: