From f9c4158ff848e3f02bc62444ec8a10f6b5cb3e49 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 12 Dec 2016 12:02:25 -0800 Subject: [PATCH] Remove core/extras dirs from old PRs during CI. --- test/utils/shippable/shippable.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index dd42eb7add..e22966d5ca 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -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