1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

be more flexible when removing LineageOS build logic which reverts custom build type

This commit is contained in:
Philip Nagler-Frank 2022-03-18 11:06:04 +01:00
parent 47c6f281f8
commit 9a588acc2f

@ -238,7 +238,7 @@ for branch in ${BRANCH_NAME//,/ }; do
fi
echo ">> [$(date)] Setting \"$RELEASE_TYPE\" as release type"
sed -i "/\$(filter .*\$(${vendor^^}_BUILDTYPE)/,+2d" "$makefile_containing_version"
sed -i "/\$(filter .*\$(${vendor^^}_BUILDTYPE)/,/endif/d" "$makefile_containing_version"
# Set a custom updater URI if a OTA URL is provided
echo ">> [$(date)] Adding OTA URL overlay (for custom URL $OTA_URL)"