mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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}"
|
export PATH="test/runner:${PATH}"
|
||||||
reorganize-tests.sh # temporary solution until repositories are merged
|
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
|
function cleanup
|
||||||
{
|
{
|
||||||
if [ "$(ls test/results/coverage/)" ]; then
|
if [ "$(ls test/results/coverage/)" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user