On Sat, 31 Oct 2020 18:20:03 +0100 Mateusz Loskot <mate...@loskot.net> wrote:
ML> I don't know why this is failing, but it looks like it's started failing after ML> the markdownlint-cli new release. Perhaps something has changed ML> ML> The .circleci/config.yml does not pin the tool at any particular version ML> but installs the latest: sudo npm install -g markdownlint-cli ML> ML> The latest successful build was based on markdownlint-cli 0.22.0 ML> https://app.circleci.com/pipelines/github/SOCI/soci/7/workflows/d60a86af-f303-424a-993c-66cc29e8b602/jobs/389 ML> ML> The failing build(s) are based on markdownlint-cli 0.24.0 ML> https://app.circleci.com/pipelines/github/SOCI/soci/15/workflows/12413004-5f57-4f8c-8172-48a2fa0d6f9e/jobs/400 ML> ML> I'd think that simple locking at the 0.22.0 should fix the build, ML> in .circleci/config.yml ML> ML> - sudo npm install -g markdownlint-cli ML> + sudo npm install -g markdownlint-cli@0.22.0 Thanks, I've tried this in fc29f3b5 (Fix version of Markdown linter used on Circle CI, 2020-11-01) and it seems to have worked. ML> Notice, each version of ML> https://github.com/igorshubovych/markdownlint-cli ML> depends on particular version of ML> https://github.com/DavidAnson/markdownlint ML> so perhaps something broke in the latter. ML> ML> Alternatively, switch completely to alternative CLI client ML> https://github.com/DavidAnson/markdownlint-cli2 I don't see any compelling reason to do it right now, but I'll try this if anything goes wrong again with this one. Thanks again! VZ
pgpMej4FW8VTA.pgp
Description: PGP signature
_______________________________________________ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-devel