[skip e2e] Improve annotation (#14164)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/14183/head
Xieql 2021-12-24 15:46:19 +08:00 committed by GitHub
parent 989c61dd72
commit a0b1895d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ or
build/builder.sh /bin/bash -c "./scripts/start_cluster.sh && cat"
```
To run E2E tests, use these command:
To run E2E tests, use these commands:
```shell
MILVUS_SERVICE_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker-compose ps -q builder))