Merge pull request #3654 from nextcloud/sslMail

skip ssl check on mail
This commit is contained in:
Tobias Kaminsky 2019-02-19 14:02:47 +01:00 committed by GitHub
commit b8d6cb0657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ pipeline:
username: $EMAIL_USERNAME
password: $EMAIL_PASSWORD
from: nextcloud-drone@kaminsky.me
skip_verify: true
recipients_only: true
recipients: [ $EMAIL_RECIPIENTS ]
secrets: [ EMAIL_USERNAME, EMAIL_PASSWORD, EMAIL_RECIPIENTS, EMAIL_HOST ]