[skip ci] CI nightly open (#4768)

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
pull/4774/head
shengjun.li 2021-03-03 14:52:50 +08:00 committed by GitHub
parent 5ad002effa
commit c29d1d9aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "1.0.0" ? "50 22 * * * " : ""
String cron_string = BRANCH_NAME == "1.x" ? "50 22 * * * " : ""
pipeline {
agent none