Fixed time for weekly jobs

We have a incorrect cron syntax for weekly pipeline

Change-Id: Ib36e110e8bbb702c9d881ce31448988dd47cebba
This commit is contained in:
Evgeny Sikachev 2016-09-06 12:51:51 +03:00
parent d53f570e35
commit 0598b4b651

View File

@ -54,7 +54,7 @@ pipelines:
precedence: low
trigger:
timer:
- time: '* * * * 6'
- time: '0 0 * * 6'
success:
smtp:
to: esikachev@mirantis.com, vgridnev@mirantis.com