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

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13286/head
Jenny Li 2021-12-13 13:20:03 +08:00 committed by GitHub
parent 213999c998
commit 796dd4be35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ python3 -V
export CI_LOG_PATH=/tmp/ci_logs/test
if [ ! -d "${CI_LOG_PATH}" ]; then
mkdir -p ${CI_LOG_PATH}
# create dir for ci log path when it does not exist
mkdir -p ${CI_LOG_PATH}
fi
trace "prepare e2e test" install_pytest_requirements