Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
476c44ae
Commit
476c44ae
authored
Oct 04, 2018
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change image for docs linting
parent
dfb9ac3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
476c44ae
...
...
@@ -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
...
...
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