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

copy build.prop file together with zip

This commit is contained in:
Philip Nagler-Frank 2021-01-28 18:11:34 +01:00
parent f012e2084b
commit 17b2da63ec

@ -299,6 +299,7 @@ for branch in ${BRANCH_NAME//,/ }; do
cd out/target/product/$codename
for build in lineage-*.zip; do
sha256sum "$build" > "$ZIP_DIR/$zipsubdir/$build.sha256sum"
cp -v system/build.prop "$ZIP_DIR/$zipsubdir/$build.prop" &>> "$DEBUG_LOG"
done
find . -maxdepth 1 -name 'lineage-*.zip*' -type f -exec mv {} "$ZIP_DIR/$zipsubdir/" \; &>> "$DEBUG_LOG"
recovery_name="lineage-$los_ver-$builddate-$RELEASE_TYPE-$codename-recovery.img"