mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update minio uppercase (#9663)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/9674/head
parent
ba998b1673
commit
9c01d08d14
|
@ -26,7 +26,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
|
|||
done
|
||||
ROOT_DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
|
||||
|
||||
# ignore Minio,S3 unittes
|
||||
# ignore MinIO,S3 unittes
|
||||
MILVUS_DIR="${ROOT_DIR}/internal/"
|
||||
echo "Running go unittest under $MILVUS_DIR"
|
||||
|
||||
|
|
Loading…
Reference in New Issue