Fix nightly script (#24508)

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/24550/head
nico 2023-05-31 10:59:29 +08:00 committed by GitHub
parent 852e5ce904
commit 432288619c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -34,8 +34,11 @@ function milvus_ci_release_name(){
elif [[ "${MILVUS_SERVER_TYPE:-}" == "distributed" ]]; then
# Distributed mode
name+="d"
elif [[ "${MILVUS_SERVER_TYPE:-}" == "standalone-authentication" ]]; then
# Standalone authentication mode
name+="a"
else
# Standalone mode
# Standalone mode
name+="s"
fi