This is an automated email from the ASF dual-hosted git repository.
junouyang pushed a commit to branch chore/ci-minio-healthcheck
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/chore/ci-minio-healthcheck by
this push:
new 4c8941f9b chore(ci): fix code
4c8941f9b is described below
commit 4c8941f9be66cab8b403666233e4962bbaf72f95
Author: owl <[email protected]>
AuthorDate: Tue Aug 22 02:50:51 2023 +0800
chore(ci): fix code
---
.github/workflows/service_test_s3.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/service_test_s3.yml
b/.github/workflows/service_test_s3.yml
index da8c931bd..b83b89dd2 100644
--- a/.github/workflows/service_test_s3.yml
+++ b/.github/workflows/service_test_s3.yml
@@ -146,7 +146,6 @@ jobs:
working-directory: core/src/services/s3/fixtures
run: |
docker-compose -f docker-compose-minio.yml up -d
- which curl
while :; do
echo "waiting minio docker to be ready"
[[ "$(curl -I http://127.0.0.1:9000/minio/health/live 2>/dev/null
| head -n 1 | cut -d$' ' -f2)" == "200" ]] && break