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

Remove comented out code from do_cleanup

This commit is contained in:
Pete Fotheringham 2024-10-17 21:48:30 +01:00
parent 8c3cbf8807
commit f6041ea46a

@ -84,10 +84,6 @@ do_cleanup() {
(set +eu ; mka "${jobs_arg[@]}" clean) &>> "$DEBUG_LOG"
echo ">> [$(date)] Removing $PWD/vendor" | tee -a "$DEBUG_LOG"
rm -rf vendor/* || true
# echo ">> [$(date)] Removing $PWD/kernel" | tee -a "$DEBUG_LOG"
# rm -rf kernel/* || true
# echo ">> [$(date)] Removing $PWD/device" | tee -a "$DEBUG_LOG"
# rm -rf device/* || true
echo ">> [$(date)] Removing $PWD/.repo/local_manifests/roomservice.xml" | tee -a "$DEBUG_LOG"
rm -f .repo/local_manifests/roomservice.xml
fi