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
117dbbd7
Commit
117dbbd7
authored
Jun 02, 2020
by
Lucas Charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix typo in rules key details
parent
1b3d3066
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+1
-1
No files found.
doc/ci/yaml/README.md
View file @
117dbbd7
...
@@ -920,7 +920,7 @@ can use one of the [`workflow: rules` templates](#workflowrules-templates) to ge
...
@@ -920,7 +920,7 @@ can use one of the [`workflow: rules` templates](#workflowrules-templates) to ge
This will ensure that the behavior is more stable as you start adding additional
`rules`
This will ensure that the behavior is more stable as you start adding additional
`rules`
blocks, and will avoid issues like creating a duplicate, merge request (detached) pipeline.
blocks, and will avoid issues like creating a duplicate, merge request (detached) pipeline.
We don't recommen
t
mixing
`only/except`
jobs with
`rules`
jobs in the same pipeline.
We don't recommen
d
mixing
`only/except`
jobs with
`rules`
jobs in the same pipeline.
It may not cause YAML errors, but debugging the exact execution behavior can be complex
It may not cause YAML errors, but debugging the exact execution behavior can be complex
due to the different default behaviors of
`only/except`
and
`rules`
.
due to the different default behaviors of
`only/except`
and
`rules`
.
...
...
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