Change image for docs linting

This commit is contained in:
Evan Read 2018-10-04 09:57:18 +10:00
parent dfb9ac3a5f
commit 476c44ae5e

View file

@ -606,7 +606,7 @@ static-analysis:
docs lint: docs lint:
<<: *dedicated-runner <<: *dedicated-runner
<<: *except-qa <<: *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 stage: test
cache: {} cache: {}
dependencies: [] dependencies: []
@ -614,8 +614,8 @@ docs lint:
script: script:
- scripts/lint-doc.sh - scripts/lint-doc.sh
- scripts/lint-changelog-yaml - scripts/lint-changelog-yaml
- mv doc/ /nanoc/content/ - mv doc/ /tmp/gitlab-docs/content/
- cd /nanoc - cd /tmp/gitlab-docs
# Build HTML from Markdown # Build HTML from Markdown
- bundle exec nanoc - bundle exec nanoc
# Check the internal links # Check the internal links