aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/mail.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-10 18:16:03 -0300
committerEuAndreh <eu@euandre.org>2019-06-10 18:16:03 -0300
commitb65f805566854f3735ffe5dd1b2c5d765ad694ec (patch)
tree90fa1e738b5325d894cf4f665de7d0332d2d7555 /scripts/ci/mail.sh
parentAdd filename to logs.txt output (diff)
downloadserver-b65f805566854f3735ffe5dd1b2c5d765ad694ec.tar.gz
server-b65f805566854f3735ffe5dd1b2c5d765ad694ec.tar.xz
Trust commited key
Diffstat (limited to 'scripts/ci/mail.sh')
-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}" \