moodle-plugin-ci icon indicating copy to clipboard operation
moodle-plugin-ci copied to clipboard

Adds an example for Gitlab CI

Open kiklop74 opened this issue 1 year ago • 3 comments

Fixes #39

kiklop74 avatar Mar 30 '23 14:03 kiklop74

@kiklop74 I also use a GitLab CI based on this PR with the newest version of the plugin-ci I get WARNING: Problem calling HTML validator - please report bug to integration team. on the Mustache linting tests. Can you reproduce that?

Menrath avatar Feb 02 '24 08:02 Menrath

@kiklop74 I also use a GitLab CI based on this PR with the newest version of the plugin-ci I get WARNING: Problem calling HTML validator - please report bug to integration team. on the Mustache linting tests. Can you reproduce that?

Without knowing the actual underlying error, it would be hard to offer solution. Mustache validator depends on Java which I do install using apt-get -yqq install default-jre-headless in the example. I am willing to look into specifics on your side. Contact me and we can work something out. @Menrath

kiklop74 avatar Feb 02 '24 12:02 kiklop74

I'm also running moodle-plugin-ci with gitlab pipeline. Mustache linting works for me when using apt install default-jre. Still possible that your issue is different, but as far as I can remember that solved it for me.

PhMemmel avatar Mar 07 '24 06:03 PhMemmel