BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
03476ac0
Commit
03476ac0
authored
Mar 09, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-15' into 'master'
Make clear that commits trigger CI jobs in quick start guide See merge request !9805
parents
1df518ff
f6ba5ba8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
doc/ci/quick_start/README.md
+3
-3
No files found.
doc/ci/quick_start/README.md
View file @
03476ac0
...
...
@@ -6,7 +6,7 @@ projects.
GitLab offers a
[
continuous integration
][
ci
]
service. If you
[
add a `.gitlab-ci.yml` file
][
yaml
]
to the root directory of your repository,
and configure your GitLab project to use a
[
Runner
]
, then each
merge reques
t or
and configure your GitLab project to use a
[
Runner
]
, then each
commi
t or
push, triggers your CI
[
pipeline
]
.
The
`.gitlab-ci.yml`
file tells the GitLab runner what to do. By default it runs
...
...
@@ -14,8 +14,8 @@ a pipeline with three [stages]: `build`, `test`, and `deploy`. You don't need to
use all three stages; stages with no jobs are simply ignored.
If everything runs OK (no non-zero return values), you'll get a nice green
checkmark associated with the
pushed commit or merge reques
t. This makes it
easy to see whether a
merge reques
t caused any of the tests to fail before
checkmark associated with the
commi
t. This makes it
easy to see whether a
commi
t caused any of the tests to fail before
you even look at the code.
Most projects use GitLab's CI service to run the test suite so that
...
...
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