Change image for docs linting
This commit is contained in:
parent
dfb9ac3a5f
commit
476c44ae5e
1 changed files with 3 additions and 3 deletions
|
@ -606,7 +606,7 @@ static-analysis:
|
|||
docs lint:
|
||||
<<: *dedicated-runner
|
||||
<<: *except-qa
|
||||
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:nanoc-bootstrap-ruby-2.4-alpine"
|
||||
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-docs-lint"
|
||||
stage: test
|
||||
cache: {}
|
||||
dependencies: []
|
||||
|
@ -614,8 +614,8 @@ docs lint:
|
|||
script:
|
||||
- scripts/lint-doc.sh
|
||||
- scripts/lint-changelog-yaml
|
||||
- mv doc/ /nanoc/content/
|
||||
- cd /nanoc
|
||||
- mv doc/ /tmp/gitlab-docs/content/
|
||||
- cd /tmp/gitlab-docs
|
||||
# Build HTML from Markdown
|
||||
- bundle exec nanoc
|
||||
# Check the internal links
|
||||
|
|
Loading…
Reference in a new issue