[skip ci] Bump up minimum extensions check
This commit is contained in:
parent
005e411fed
commit
961556ea6c
|
@ -9,7 +9,7 @@ cp -R ~/apk-artifacts/ $PWD
|
||||||
APKS=( **/*".apk" )
|
APKS=( **/*".apk" )
|
||||||
|
|
||||||
# Fail if too little extensions seem to have been built
|
# Fail if too little extensions seem to have been built
|
||||||
if [ "${#APKS[@]}" -le "1" ]; then
|
if [ "${#APKS[@]}" -le "100" ]; then
|
||||||
echo "Insufficient amount of APKs found. Please check the project configuration."
|
echo "Insufficient amount of APKs found. Please check the project configuration."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue