Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-24 22:06:23 -04:00
parent e79c30b714
commit 88bd24b760

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
set -x
if [[ -z "$MAILGUN_API_KEY" ]]; then
echo "Set the MAILGUN_API_KEY env variable."