This commit is contained in:
fredwang 2024-12-02 13:16:00 +08:00
parent 61c0d68d4c
commit 25919958d9
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ jobs:
run: |
echo "Bring up ByConity Cluster S3"
cd /CI/
sleep 120
docker compose -f docker-compose-s3.yml up -d
sleep 1200
export CLICKHOUSE_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.Gateway}}{{end}}' ${COMPOSE_PROJECT_NAME}_server-s3-0)