Skip to content
Snippets Groups Projects
Commit 649eea10 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'new-docs-linting-image' into 'master'

Change image for docs link checking

See merge request gitlab-org/gitlab-runner!1043
parents d0f94c53 29514b4a
No related branches found
No related tags found
No related merge requests found
...@@ -213,15 +213,15 @@ unit tests with race 3 5: *unit_tests_with_race ...@@ -213,15 +213,15 @@ unit tests with race 3 5: *unit_tests_with_race
unit tests with race 4 5: *unit_tests_with_race unit tests with race 4 5: *unit_tests_with_race
docs check links: docs check links:
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: []
before_script: before_script:
- unset GPG_KEY - unset GPG_KEY
script: script:
- mv docs/ /nanoc/content/ - mv docs/ /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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment