[skip ci] Add comment for ci_e2e.sh (#12504)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12508/head
Jenny Li 2021-12-01 10:41:34 +08:00 committed by GitHub
parent e06846d935
commit 6f2cdff196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -47,7 +47,10 @@ source "${ROOT}/tests/scripts/ci-util.sh"
cd ${ROOT}/tests/python_client
# print python3 version, python version 3.6.8 is more stable for test
python3 -V
if [ ! -d "${CI_LOG_PATH}" ]; then
mkdir -p ${CI_LOG_PATH}
fi