mirror of https://github.com/milvus-io/milvus.git
parent
852e5ce904
commit
432288619c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue