🔊 Add consistent errors for env vars not set (#200)

This commit is contained in:
Sebastián Ramírez
2020-05-25 08:33:36 +02:00
committed by GitHub
parent 1a64656267
commit 20fa4ce8fb
6 changed files with 80 additions and 78 deletions

View File

@@ -3,7 +3,7 @@
# Exit in case of error
set -e
TAG=${TAG} \
TAG=${TAG?Variable not set} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
sh ./scripts/build.sh