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'),
|
gen_pipeline('debian11'),
|
||||||
{kind: 'pipeline',
|
{kind: 'pipeline',
|
||||||
name: 'Send notification by email',
|
name: 'Send notification by email',
|
||||||
steps: email_notification(),
|
steps: [email_notification()],
|
||||||
depends_on:
|
depends_on:
|
||||||
['Test on %(distro)s' % { distro: distro }
|
['Test on %(distro)s' % { distro: distro }
|
||||||
for distro in distros]
|
for distro in distros]
|
||||||
|
|||||||
Reference in New Issue
Block a user