Merge pull request #391 from del-zhenwu/0.6.0

Update nightly-build config
pull/398/head
Jin Hai 2019-11-18 17:44:36 +08:00 committed by GitHub
commit ef5256d4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
String cron_timezone = "TZ=Asia/Shanghai" String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : "" String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : ""
cron_string = BRANCH_NAME == "0.5.1" ? "H 1 * * * " : cron_string cron_string = BRANCH_NAME == "0.6.0" ? "H 1 * * * " : cron_string
pipeline { pipeline {
agent none agent none