Skip SSL validation in send-email build task

See gh-22490
This commit is contained in:
Brian Clozel 2020-04-28 15:02:28 +02:00
parent 9bd60f6554
commit 893adb40e2
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ resources:
host: ((email-server))
port: "25"
anonymous: true
skip_ssl_validation: true
from: ((email-from))
to: ((email-to))
- name: slack-alert