From d78de8d8c4050ca333042e5def0080a0dc06625c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 15 Mar 2022 14:19:10 +1300 Subject: [PATCH] Email notification should be array --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 5e5ec7f..1cd481e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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]