mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Remove out
directory instead of calling mka clean
This commit is contained in:
parent
b7838a1a55
commit
9d40027253
@ -81,7 +81,8 @@ do_cleanup() {
|
||||
rm -rf ./* || true
|
||||
else
|
||||
cd "$source_dir"
|
||||
(set +eu ; mka "${jobs_arg[@]}" clean) &>> "$DEBUG_LOG"
|
||||
echo ">> [$(date)] Removing $PWD/out" | tee -a "$DEBUG_LOG"
|
||||
rm -rf out || true
|
||||
echo ">> [$(date)] Removing $PWD/vendor" | tee -a "$DEBUG_LOG"
|
||||
rm -rf vendor/* || true
|
||||
echo ">> [$(date)] Removing $PWD/.repo/local_manifests/roomservice.xml" | tee -a "$DEBUG_LOG"
|
||||
|
Loading…
Reference in New Issue
Block a user