mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 09:48:38 +08:00
Update pre.yml
This commit is contained in:
parent
76d95e225b
commit
5fefc84f5b
@ -39,8 +39,3 @@
|
||||
- name: Config .env for start containers
|
||||
shell: |
|
||||
sed -i 's/APP_VERSION=.*/APP_VERSION={{mongodb_version}}/g' {{installpath}}/{{appname}}/.env
|
||||
|
||||
- name: Config .env for Mongo Compass when mongodb_version < 3.6
|
||||
shell: |
|
||||
sed -i 's/APP_VERSION=.*/APP_VERSION=v1.6/g' {{installpath}}/mongocompass/.env
|
||||
when: mongodb_version < 3.6
|
||||
|
Loading…
Reference in New Issue
Block a user