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
4fc19f2b
Commit
4fc19f2b
authored
Oct 03, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'nluangrath-master-patch-79488' into 'master'
Fix markdown typo See merge request gitlab-org/gitlab!71163
parents
d0834485
8b00808d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/ci/quick_start/index.md
doc/ci/quick_start/index.md
+1
-1
No files found.
doc/ci/quick_start/index.md
View file @
4fc19f2b
...
...
@@ -152,7 +152,7 @@ The pipeline starts when the commit is committed.
-
Use the
[
`rules`
](
../yaml/index.md#rules
)
keyword to specify when to run or skip jobs.
The
`only`
and
`except`
legacy keywords are still supported, but can't be used
with
`rules`
in the same job.
-
Keep information across jobs and stages persistent in a pipeline with
[
`cache`
](
../yaml/index.md#cache
)
)
-
Keep information across jobs and stages persistent in a pipeline with
[
`cache`
](
../yaml/index.md#cache
)
and
[
`artifacts`
](
../yaml/index.md#artifacts
)
. These keywords are ways to store
dependencies and job output, even when using ephemeral runners for each job.
-
For the complete
`.gitlab-ci.yml`
syntax, see
[
the full `.gitlab-ci.yml` reference topic
](
../yaml/index.md
)
.
...
...
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