Update ci groovy (#21838)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/21865/head
Bennu 2023-01-29 09:51:52 +08:00 committed by GitHub
parent 375b2b355d
commit a4a20ee3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ pipeline {
if ("${MILVUS_SERVER_TYPE}" == 'distributed') {
clusterEnabled = "true"
}
sh 'git config --global --add safe.directory /home/jenkins/agent/workspace'
if ("${MILVUS_CLIENT}" == "pymilvus") {
if ("${imageTag}"==''){