Loading src/build.sh +3 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,9 @@ for branch in ${BRANCH_NAME//,/ }; do elif [[ $branch =~ .*eelo-0\.1.* ]]; then themuppets_branch=cm-14.1 echo ">> [$(date)] eelo v0.1 use branch $themuppets_branch on github.com/TheMuppets" elif [[ $branch =~ .*eelo-0\.2.* ]]; then themuppets_branch=lineage-15.1 echo ">> [$(date)] eelo v0.2 use branch $themuppets_branch on github.com/TheMuppets" elif [[ $branch =~ .*lineage-15\.1.* ]]; then themuppets_branch=lineage-15.1 else Loading Loading
src/build.sh +3 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,9 @@ for branch in ${BRANCH_NAME//,/ }; do elif [[ $branch =~ .*eelo-0\.1.* ]]; then themuppets_branch=cm-14.1 echo ">> [$(date)] eelo v0.1 use branch $themuppets_branch on github.com/TheMuppets" elif [[ $branch =~ .*eelo-0\.2.* ]]; then themuppets_branch=lineage-15.1 echo ">> [$(date)] eelo v0.2 use branch $themuppets_branch on github.com/TheMuppets" elif [[ $branch =~ .*lineage-15\.1.* ]]; then themuppets_branch=lineage-15.1 else Loading