Closed dmitriim closed 1 week ago
According to documentation you can use dynamic branches while using moodle-plugin-ci add-plugin like moodle-plugin-ci add-plugin --branch $MOODLE_BRANCH username/projectsee https://moodlehq.github.io/moodle-plugin-ci/AddExtraPlugins.html
moodle-plugin-ci add-plugin
moodle-plugin-ci add-plugin --branch $MOODLE_BRANCH username/project
However I wasn't able get it working using catalyst-moodle-workflows. Either it's not supported or I just missed something.
In any case would be nice to implement or/and document this feature.
Per the changes and example here #134 , the recommendation would be to add multiple jobs, and specify which branches and which remote dependencies you want to run it against.
According to documentation you can use dynamic branches while using
moodle-plugin-ci add-plugin
likemoodle-plugin-ci add-plugin --branch $MOODLE_BRANCH username/project
see https://moodlehq.github.io/moodle-plugin-ci/AddExtraPlugins.htmlHowever I wasn't able get it working using catalyst-moodle-workflows. Either it's not supported or I just missed something.
In any case would be nice to implement or/and document this feature.