mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Use restructured build for 19.1
Complete fix for ##682
This commit is contained in:
parent
a295c7f2e0
commit
8addf1b015
@ -66,7 +66,7 @@ visibility = ["//visibility:public"],
|
||||
_EOB
|
||||
|
||||
case "$BRANCH_NAME" in
|
||||
"lineage-20.0" | "lineage-21.0" )
|
||||
"lineage-19.1" | "lineage-20.0" | "lineage-21.0" )
|
||||
build_file="new_build.sh"
|
||||
;;
|
||||
* )
|
||||
|
@ -156,6 +156,10 @@ cd "$SRC_DIR/$branch_dir"
|
||||
|
||||
if [ -n "$branch" ] && [ -n "$devices" ]; then
|
||||
case "$branch" in
|
||||
lineage-19.1*)
|
||||
themuppets_branch="lineage-19.1"
|
||||
android_version="12"
|
||||
;;
|
||||
lineage-20.0*)
|
||||
themuppets_branch="lineage-20.0"
|
||||
android_version="13"
|
||||
|
Loading…
Reference in New Issue
Block a user