mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-04 03:13:15 +08:00
cicd: fix env minio addr
This commit is contained in:
parent
544a631b32
commit
1638ea5361
3
.github/workflows/openimci.yml
vendored
3
.github/workflows/openimci.yml
vendored
@ -80,7 +80,8 @@ jobs:
|
||||
|
||||
- name: Update .env
|
||||
run: |
|
||||
sed -i 's|externalAddress=.*|externalAddress=http://${{ steps.get-ip.outputs.ip }}:10005|' config/minio.yml
|
||||
sed -i 's|externalAddress:.*|externalAddress: "http://${{ steps.get-ip.outputs.ip }}:10005"|' config/minio.yml
|
||||
cat config/minio.yml
|
||||
|
||||
- name: Build, Start, Check Services and Print Logs for Linux
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user