aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/mail.sh3
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}" \