You've already forked ansible-role-common
Email notification should be array
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user