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

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12367/head
Jenny Li 2021-11-30 14:20:23 +08:00 committed by GitHub
parent aceb08a067
commit ae70457b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
ROOT="$( cd -P "$( dirname "$SOURCE" )/../.." && pwd )"
# Exit immediately for non zero status
set -e
set -u
set -x