mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove core/extras dirs from old PRs during CI.
This commit is contained in:
parent
43785aa246
commit
f9c4158ff8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue