Email notification should be array

This commit is contained in:
2022-03-15 14:19:10 +13:00
parent 71735dac75
commit d78de8d8c4

View File

@@ -72,7 +72,7 @@ local gen_pipeline(distro) =
gen_pipeline('debian11'),
{kind: 'pipeline',
name: 'Send notification by email',
steps: email_notification(),
steps: [email_notification()],
depends_on:
['Test on %(distro)s' % { distro: distro }
for distro in distros]