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

remove kernel/* in do_cleanup

This commit is contained in:
Pete Fotheringham 2024-10-04 21:57:47 +01:00 committed by GitHub
parent ba76559278
commit 8bbcfbaecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,6 +83,7 @@ do_cleanup() {
(set +eu ; mka "${jobs_arg[@]}" clean) &>> "$DEBUG_LOG"
rm -rf vendor/* || true
rm -rf kernel/* || true
rm -rf device/* || true
fi
fi
}