Adding MAILTO releng-cron@ list for eln composes

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-05-08 13:39:52 -04:00 committed by mohanboddu
parent 3d67cc7d3f
commit 1bf0eb66fb

View file

@ -228,5 +228,5 @@
cron:
name: "ELN periodic compose"
special_time: hourly
job: "odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.1 eln eln"
job: "MAILTO=releng-cron@lists.fedoraproject.org\nodcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.1 eln eln"
when: inventory_hostname.startswith('odcs-backend-releng01')