update cron on 0.10.1 (#2615)

Signed-off-by: zw <zw@milvus.io>

Co-authored-by: zw <zw@milvus.io>
pull/2630/head
del-zhenwu 2020-06-19 11:35:46 +08:00 committed by GitHub
parent 6ac3d2bd08
commit a7b7ca68da
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 == "master" ? "50 22 * * * " : ""
String cron_string = BRANCH_NAME == "0.10.1" ? "50 22 * * * " : ""
pipeline {
agent none