Skip to content

Commit 893adb4

Browse files
committed
Skip SSL validation in send-email build task
See gh-22490
1 parent 9bd60f6 commit 893adb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ci/pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ resources:
114114
host: ((email-server))
115115
port: "25"
116116
anonymous: true
117+
skip_ssl_validation: true
117118
from: ((email-from))
118119
to: ((email-to))
119120
- name: slack-alert

0 commit comments

Comments
 (0)