未验证 提交 968eb14a 编写于 作者: D del-zhenwu 提交者: GitHub

update cron for 0.9.1 (#2360)

Signed-off-by: Nzw <zw@zilliz.com>
上级 7d7a67a6
#!/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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册