[skip ci]Add comment fo ci_e2e.sh (#12834)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12838/head
Jenny Li 2021-12-07 09:39:54 +08:00 committed by GitHub
parent c9fa6d6dd1
commit 86a5f5cdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ cd ${ROOT}/tests/python_client
# print python3 version, python version 3.6.8 is more stable for test
python3 -V
# pytest will try to get ${CI_LOG_PATH} from environment variables first,then use default path
export CI_LOG_PATH=/tmp/ci_logs/test
if [ ! -d "${CI_LOG_PATH}" ]; then