[skip ci] Bump up minimum extensions check
This commit is contained in:
parent
005e411fed
commit
961556ea6c
8
.github/scripts/create-repo.sh
vendored
8
.github/scripts/create-repo.sh
vendored
@ -36,11 +36,11 @@ for APK in ${APKS[@]}; do
|
|||||||
SOURCE_LEN=$(echo $SOURCE_INFO | jq length)
|
SOURCE_LEN=$(echo $SOURCE_INFO | jq length)
|
||||||
|
|
||||||
if [ $SOURCE_LEN = "1" ]; then
|
if [ $SOURCE_LEN = "1" ]; then
|
||||||
SOURCE_LANG=$(echo $SOURCE_INFO | jq -r '.[0].lang')
|
SOURCE_LANG=$(echo $SOURCE_INFO | jq -r '.[0].lang')
|
||||||
|
|
||||||
if [ $SOURCE_LANG != $LANG ] && [ $SOURCE_LANG != "all" ] && [ $SOURCE_LANG != "other" ] && [ $LANG != "all" ] && [ $LANG != "other" ]; then
|
if [ $SOURCE_LANG != $LANG ] && [ $SOURCE_LANG != "all" ] && [ $SOURCE_LANG != "other" ] && [ $LANG != "all" ] && [ $LANG != "other" ]; then
|
||||||
LANG=$SOURCE_LANG
|
LANG=$SOURCE_LANG
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
jq -n \
|
jq -n \
|
||||||
|
2
.github/scripts/sign-apks.sh
vendored
2
.github/scripts/sign-apks.sh
vendored
@ -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…
x
Reference in New Issue
Block a user