check-compose: send Atomic mails to atomic@ not cloud@

As requested by dustymabe.
This commit is contained in:
Adam Williamson 2017-07-28 22:39:52 -07:00
parent 8f1ac328d7
commit fe367168b3

View file

@ -28,7 +28,7 @@ wikitcms_password: "{{ prod_wikitcms_password }}"
# if additional systems were added to this group.
checkcompose_emailfrom: rawhide@fedoraproject.org
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org cloud@lists.fedoraproject.org"
checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org atomic@lists.fedoraproject.org"
checkcompose_postrelease_emailerror: "true"
checkcompose_smtp: bastion.phx2.fedoraproject.org
checkcompose_url: "https://{{ external_hostname }}"