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
4dc5d8ef
Commit
4dc5d8ef
authored
Oct 02, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update vale to 2.4.0 image
Includes a docs change to test image
parent
3e8137fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+1
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
4dc5d8ef
...
...
@@ -42,7 +42,7 @@ docs lint:
extends
:
-
.default-retry
-
.docs:rules:docs-lint
image
:
"
registry.gitlab.com/gitlab-org/gitlab-docs/lint:vale-2.
3.4
-markdownlint-0.23.2"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-docs/lint:vale-2.
4.0
-markdownlint-0.23.2"
stage
:
test
needs
:
[]
script
:
...
...
doc/ci/yaml/README.md
View file @
4dc5d8ef
...
...
@@ -1544,8 +1544,8 @@ docker build:
# - when: never would be redundant here, this is implied any time rules are listed.
```
Keywords such as
`branches`
or
`refs`
that are
currently
available for
`only`
/
`except`
are not
yet available in
`rules`
as t
hey are being individually
Keywords such as
`branches`
or
`refs`
that are available for
`only`
/
`except`
are not
available in
`rules`
. T
hey are being individually
considered for their usage and behavior in this context. Future keyword improvements
are being discussed in our
[
epic for improving `rules`
](
https://gitlab.com/groups/gitlab-org/-/epics/2783
)
,
where anyone can add suggestions or requests.
...
...
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