1
0
Fork 0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-04-19 17:23:49 +02:00

also copy vendor_boot.img if it exists

This commit is contained in:
Philip Nagler-Frank 2023-02-03 20:24:44 +01:00
parent 99c8fc8a95
commit ba58e6bd8f

View File

@ -354,7 +354,7 @@ for branch in ${BRANCH_NAME//,/ }; do
mv "$build" "$ZIP_DIR/$zipsubdir/" &>> "$DEBUG_LOG"
files_to_hash+=( "$build" )
done
for image in recovery boot; do
for image in recovery boot vendor_boot; do
if [ -f "$image.img" ]; then
recovery_name="lineage-$los_ver-$builddate-$RELEASE_TYPE-$codename-$image.img"
cp "$image.img" "$ZIP_DIR/$zipsubdir/$recovery_name" &>> "$DEBUG_LOG"