Loading build-community.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -121,7 +121,7 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-21.0" themuppets_branch="lineage-21.0" android_version="14" android_version="14" elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then themuppets_branch="lineage-22.1" themuppets_branch="lineage-22.2" android_version="15" android_version="15" else else echo ">> [$(date)] Building branch $branch is not (yet) suppported" echo ">> [$(date)] Building branch $branch is not (yet) suppported" Loading src/build.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -129,7 +129,7 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-21.0" themuppets_branch="lineage-21.0" android_version="14" android_version="14" elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then themuppets_branch="lineage-22.1" themuppets_branch="lineage-22.2" android_version="15" android_version="15" else else echo ">> [$(date)] Building branch $BRANCH_NAME is not (yet) supported" echo ">> [$(date)] Building branch $BRANCH_NAME is not (yet) supported" Loading Loading
build-community.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -121,7 +121,7 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-21.0" themuppets_branch="lineage-21.0" android_version="14" android_version="14" elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then themuppets_branch="lineage-22.1" themuppets_branch="lineage-22.2" android_version="15" android_version="15" else else echo ">> [$(date)] Building branch $branch is not (yet) suppported" echo ">> [$(date)] Building branch $branch is not (yet) suppported" Loading
src/build.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -129,7 +129,7 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-21.0" themuppets_branch="lineage-21.0" android_version="14" android_version="14" elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then themuppets_branch="lineage-22.1" themuppets_branch="lineage-22.2" android_version="15" android_version="15" else else echo ">> [$(date)] Building branch $BRANCH_NAME is not (yet) supported" echo ">> [$(date)] Building branch $BRANCH_NAME is not (yet) supported" Loading