open-lms-open-source / moodle-plugin-ci

Assist with running a Moodle plugin in Travis CI
https://blackboard-open-source.github.io/moodle-plugin-ci/
GNU General Public License v3.0
43 stars 37 forks source link

Clean up submodules #104

Closed kabalin closed 4 years ago

kabalin commented 4 years ago

This is only applicable if MOODLE_REPO env var is defined and custom repo contains submodules. We do not have the means of intialising submodules, so the patch is removing empty dirs, so that the Moodle installation will not fail. If plugin depends on another one, you can add dependency using moodle-plugin-ci add-plugin statement in .travis.yml instead (see Adding extra plugins manual for more details).