Skip to content

Commit

Permalink
Skip SSL validation in send-email build task
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel authored and kenny5he committed Jun 21, 2020
1 parent 986dbc8 commit 7f0e8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f0e8d7

Please sign in to comment.