diff options
Diffstat (limited to 'scripts/ci/mail.sh')
-rwxr-xr-x | scripts/ci/mail.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/mail.sh b/scripts/ci/mail.sh index 8236373..2796606 100755 --- a/scripts/ci/mail.sh +++ b/scripts/ci/mail.sh @@ -37,7 +37,8 @@ EOF ) tail -n +1 ./logs/*.txt > "${ATTACHMENT_PATH}" -gpg -r "${GPG_TO}" \ +gpg --always-trust \ + -r "${GPG_TO}" \ -e "${ATTACHMENT_PATH}" curl "${MAILGUN_URL}" \ |