This commit is contained in:
quicksilver 2020-01-15 14:29:25 +08:00
parent 3fee1c88bf
commit becc1c4417

View File

@ -87,7 +87,6 @@ pipeline {
steps {
container("milvus-${BINARY_VERSION}-build-env") {
script {
boolean isNightlyTest = isTimeTriggeredBuild()
if ("${BINARY_VERSION}" == "gpu") {
load "${env.WORKSPACE}/ci/jenkins/step/coverage.groovy"
} else {