Skip to content

Commit 8b255eb

Browse files
axilleaseread
andcommitted
Merge branch 'eread/bump-version-of-markdownlint_cli2-in-project' into 'master'
Bump version of markdownlint-cli2 in project See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6985 Merged-by: Achilleas Pipinellis <[email protected]> Approved-by: Achilleas Pipinellis <[email protected]> Co-authored-by: Evan Read <[email protected]>
2 parents 13c3bb7 + 64f27f6 commit 8b255eb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

gitlab-ci-config/gitlab-com.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ rubocop:
295295

296296
# Perform documentation linting on Markdown files
297297
docs-lint markdown:
298-
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.17-vale-2.25.2-markdownlint-0.34.0-markdownlint2-0.7.1
298+
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.18-vale-2.27.0-markdownlint-0.35.0-markdownlint2-0.8.1
299299
stage: check
300300
cache: {}
301301
needs: []
@@ -312,7 +312,7 @@ docs-lint markdown:
312312

313313
# Perform link checks on published HTML files
314314
docs-lint links:
315-
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-b8f266e8
315+
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-4207821e
316316
stage: check
317317
cache: {}
318318
needs: []
@@ -322,11 +322,9 @@ docs-lint links:
322322
- mv doc/ /tmp/gitlab-docs/content/omnibus
323323
- cd /tmp/gitlab-docs
324324
# Build HTML from Markdown
325-
- bundle exec nanoc
326-
# Check the internal links
327-
- bundle exec nanoc check internal_links
328-
# Check the internal anchor links
329-
- bundle exec nanoc check internal_anchors
325+
- make compile
326+
# Check the internal links and anchors (in parallel)
327+
- "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
330328
rules:
331329
- if: '$PIPELINE_TYPE =~ /_TEST_PIPELINE$/'
332330
- if: '$PIPELINE_TYPE =~ /_MR_PIPELINE$/'

0 commit comments

Comments
 (0)