moodlehq / moodle-plugin-ci

Helps running Moodle plugins analysis checks and tests under various CI environments.
https://moodlehq.github.io/moodle-plugin-ci/
GNU General Public License v3.0
41 stars 43 forks source link

Support Moodle cloning from local repo #306

Open kabalin opened 1 week ago

kabalin commented 1 week ago

Cloning from the local path is standard git clone functionality, which would be useful to support for --repo param. Validation function needs amendment to support file:// and local path ^[/|\./].