Skip to content

Commit aa9eecd

Browse files
committed
fix auto-build cron
1 parent a404a9e commit aa9eecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bamboo-specs/auto-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ branch-overrides:
325325
requirements:
326326
- adg-docker: 'true'
327327

328-
# run release build at 7:00 every Monday, Wednesday, Friday
328+
# run release build at 22:00 (UTC+3) every Monday, Wednesday, Friday
329329
# https://confluence.atlassian.com/bamboo/constructing-a-cron-expression-in-bamboo-289277372.html
330330
triggers:
331331
- cron:
332-
expression: 0 0 7 ? * MON,WED,FRI
332+
expression: 0 0 22 ? * MON,WED,FRI

0 commit comments

Comments
 (0)