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
23012e93
Commit
23012e93
authored
Nov 11, 2020
by
Marcel Amirault
Committed by
Bob Van Landuyt
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split the docs lint job in two
parent
be671e8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+10
-1
doc/README.md
doc/README.md
+2
-2
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
23012e93
...
...
@@ -38,7 +38,7 @@ review-docs-cleanup:
script
:
-
./scripts/trigger-build docs cleanup
docs
lint
:
docs
-lint markdown
:
extends
:
-
.default-retry
-
.docs:rules:docs-lint
...
...
@@ -47,6 +47,15 @@ docs lint:
needs
:
[]
script
:
-
scripts/lint-doc.sh
docs-lint links
:
extends
:
-
.default-retry
-
.docs:rules:docs-lint
image
:
"
registry.gitlab.com/gitlab-org/gitlab-docs/lint:ruby-2.7.2-alpine-3.12-vale-2.4.3-markdownlint-0.24.0"
stage
:
test
needs
:
[]
script
:
# Prepare docs for build
# The path must be 'ee/' because we have hardcoded links relying on it
# https://gitlab.com/gitlab-org/gitlab-docs/-/blob/887850752fc0e72856da6632db132f005ba77f16/content/index.erb#L44-63
...
...
doc/README.md
View file @
23012e93
...
...
@@ -260,9 +260,9 @@ The following documentation relates to the DevOps **Verify** stage:
### Package
GitLab Packages allows organizations to u
tiliz
e GitLab as a private repository
GitLab Packages allows organizations to u
s
e GitLab as a private repository
for a variety of common package managers. Users are able to build and publish
packages, which can be
easily
consumed as a dependency in downstream projects.
packages, which can be consumed as a dependency in downstream projects.
The following documentation relates to the DevOps
**Package**
stage:
...
...
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