1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/task/sendmail
Sim Zacks ec66862871 remove blanks from receivers_email
The recipients of the email are extracted from a variable using the
split() function on a blank space (' '). If there are additional blanks,
either before, after or in the middle of the receivers_email variable the
sendmail function will cause an exception. This patch makes sure that blanks
won't cause the exception.
2021-12-07 10:32:51 +00:00
..
0.1 remove blanks from receivers_email 2021-12-07 10:32:51 +00:00
OWNERS Make OWNERS own all versions of a resource 2020-07-24 08:46:01 +01:00