mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 06:32:41 +01:00
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user