Commit 3de53970 authored by milvus-ci-robot's avatar milvus-ci-robot
Browse files

set cron timezone to Shanghai


Former-commit-id: 3bf548ec4ac1e41f53edb2d62e9eee09f61a981f
parent 5ea03b46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ pipeline {
    agent none

    triggers {
        cron("${cron_timezone}
            ${cron_string}")
        cron('''"${cron_timezone}"
            "${cron_string}"''')
    }

    options {