1
0
Fork 0
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:
Matt Clay 2016-12-12 12:02:25 -08:00
parent 43785aa246
commit f9c4158ff8

View file

@ -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