mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment fo ci_e2e.sh (#12834)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12838/head
parent
c9fa6d6dd1
commit
86a5f5cdf8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue