cicd: fix env minio addr

This commit is contained in:
Bloomingg 2024-06-12 16:07:50 +08:00
parent 544a631b32
commit 1638ea5361

View File

@ -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: |