mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Remove core/extras dirs from old PRs during CI.
This commit is contained in:
@@ -24,6 +24,9 @@ pip list --disable-pip-version-check
|
||||
export PATH="test/runner:${PATH}"
|
||||
reorganize-tests.sh # temporary solution until repositories are merged
|
||||
|
||||
# remove empty core/extras module directories from PRs created prior to the repo-merge
|
||||
find lib/ansible/modules -type d -empty -print -delete
|
||||
|
||||
function cleanup
|
||||
{
|
||||
if [ "$(ls test/results/coverage/)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user