[skip ci] add cron (#2968)

* [skip ci] add cron

Signed-off-by: zw <zw@milvus.io>
pull/2981/head
del-zhenwu 2020-07-22 16:33:49 +08:00 committed by GitHub
parent 3908d10498
commit c1e00357f4
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.10.1" ? "50 22 * * * " : ""
String cron_string = BRANCH_NAME == "0.10.2" ? "50 22 * * * " : ""
pipeline {
agent none