Reject invalid android build configuration
Without this patch, the default build configuration will be picked silently and continuous integration does not detect any problem
This commit is contained in:
parent
d50aef9552
commit
8cb12fb0ea
@ -83,7 +83,7 @@ function common_parse_arguments {
|
||||
key="$1"
|
||||
case $key in
|
||||
--conf)
|
||||
source "$2"
|
||||
source "$2" || exit 1
|
||||
shift
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user