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

fix # #696 - remove kernel/* in do_cleanup

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

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