Skip to content
Snippets Groups Projects
Commit 29514b4a authored by Evan Read's avatar Evan Read
Browse files

Change image for docs link checking.

parent d0f94c53
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