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
ea7175f8
Commit
ea7175f8
authored
Oct 09, 2018
by
Yuping Zuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
c90d3404
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
No files found.
doc/ci/yaml/README.md
View file @
ea7175f8
...
@@ -415,7 +415,7 @@ Four keys are now available: `refs`, `kubernetes` and `variables` and `changes`.
...
@@ -415,7 +415,7 @@ Four keys are now available: `refs`, `kubernetes` and `variables` and `changes`.
Refs strategy equals to simplified only/except configuration, whereas
Refs strategy equals to simplified only/except configuration, whereas
kubernetes strategy accepts only
`active`
keyword.
kubernetes strategy accepts only
`active`
keyword.
### `variables`
### `
only:
variables`
`variables`
keyword is used to define variables expressions. In other words
`variables`
keyword is used to define variables expressions. In other words
you can use predefined variables / project / group or
you can use predefined variables / project / group or
...
@@ -460,7 +460,7 @@ end-to-end:
...
@@ -460,7 +460,7 @@ end-to-end:
Learn more about variables expressions on
[
a separate page
][
variables-expressions
]
.
Learn more about variables expressions on
[
a separate page
][
variables-expressions
]
.
### `changes`
### `
only:
changes`
Using
`changes`
keyword with
`only`
or
`except`
makes it possible to define if
Using
`changes`
keyword with
`only`
or
`except`
makes it possible to define if
a job should be created based on files modified by a git push event.
a job should be created based on files modified by a git push event.
...
...
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