Skip to content

Commit

Permalink
Release 7.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Jun 3, 2024
2 parents 8d55779 + ea1872a commit 337fb9a
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 69 deletions.
3 changes: 1 addition & 2 deletions .ci/doc/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

snippets:
mount: /mnt
path: doc/**/snippets/*.test.yml
Expand All @@ -24,7 +23,7 @@ runners:
path: /var/snippets/web
lint:
global: true
cmd: eslint -c /mnt/.ci/doc/eslint.json {{ snippet.dir }}/*.html
cmd: eslint -c /mnt/.ci/doc/eslint.json --parser-options ecmaVersion:12 {{ snippet.dir }}/*.html
before: timeout 600 bash -c 'until stat /tmp/runner_ready_to_lint; do sleep 1; done'
run:
cmd: node puppeteer.js {{ snippet.dir }}/{{ snippet.source }}
Expand Down
2 changes: 1 addition & 1 deletion .ci/doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- CONFIG_FILE=/mnt/.ci/doc/config.yml

doc-runner-node:
image: node:12-alpine
image: node:18-alpine
command: >
ash -c '
mkdir -p /var/snippets/node;
Expand Down
Loading

0 comments on commit 337fb9a

Please sign in to comment.