Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5783b96d authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

build: Use correct muppets branch

parent 3fca6a9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"