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:
parent
8ba1c5507c
commit
d1adeef756
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user