Bail if we can't load the specified $ABRA_ENV
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2020-09-24 14:45:53 +02:00
parent 29343369f3
commit 5627e67bf7
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -86,7 +86,7 @@ fi
if [ -n "$ABRA_ENV" ]; then
# shellcheck disable=SC1090
source "$ABRA_ENV"
source "$ABRA_ENV" || error "Unable to load env from '$ABRA_ENV'"
fi
###### Default settings