cicd: fix env minio addr

pull/2346/head
Bloomingg 1 year ago
parent 544a631b32
commit 1638ea5361

@ -80,7 +80,8 @@ jobs:
- name: Update .env - name: Update .env
run: | 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 - name: Build, Start, Check Services and Print Logs for Linux
run: | run: |

Loading…
Cancel
Save