Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
b298f7b4115c
Commit
29d875c7
authored
Oct 04, 2018
by
Achilleas Pipinellis
Browse files
Merge branch 'new-docs-linting-image' into 'master'
Change image for docs linting See merge request gitlab-org/gitlab-ce!22100
parents
611c5343e178
e76d2b75ec0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b298f7b4
...
...
@@ -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-alp
in
e
"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:
gitlab-docs-l
in
t
"
stage
:
test
cache
:
{}
dependencies
:
[]
...
...
@@ -614,8 +614,8 @@ docs lint:
script
:
-
scripts/lint-doc.sh
-
scripts/lint-changelog-yaml
-
mv doc/ /
nan
oc/content/
-
cd /
nan
oc
-
mv doc/ /
tmp/gitlab-d
oc
s
/content/
-
cd /
tmp/gitlab-d
oc
s
# Build HTML from Markdown
-
bundle exec nanoc
# Check the internal links
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment