mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
e79c30b714
commit
88bd24b760
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user