mirror of https://github.com/milvus-io/milvus.git
update cron on 0.10.1 (#2615)
Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io>pull/2630/head
parent
6ac3d2bd08
commit
a7b7ca68da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue