diff --git a/docker/run-local.sh b/docker/run-local.sh index 3713752..849438e 100755 --- a/docker/run-local.sh +++ b/docker/run-local.sh @@ -28,6 +28,12 @@ then exit 1; fi +if [ -z "$AWS_DEFAULT_PROFILE" ] +then + echo "AWS_DEFAULT_PROFILE must be set!" + exit 1; +fi + CONTAINER="$PREFIX-$STAGE-pdal_runner" REGION=$AWS_DEFAULT_REGION