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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

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