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:
parent
fe03fc3f07
commit
ba76559278
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user