Browse Source

Skip SSL validation in send-email build task

See gh-22490
pull/24989/head
Brian Clozel 5 years ago
parent
commit
893adb40e2
  1. 1
      ci/pipeline.yml

1
ci/pipeline.yml

@ -114,6 +114,7 @@ resources: @@ -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

Loading…
Cancel
Save