update cron for 0.9.1 (#2360)

Signed-off-by: zw <zw@zilliz.com>
pull/2371/head
del-zhenwu 2020-05-15 21:32:00 +08:00 committed by GitHub
parent 7d7a67a63a
commit 968eb14ab5
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 == "0.9.0" ? "38 9 * * * " : ""
String cron_string = BRANCH_NAME == "0.9.1" ? "38 1 * * * " : ""
pipeline {
agent none