diff options
author | kus <spam.kushal@gmail.com> | 2018-09-05 16:54:08 +0000 |
---|---|---|
committer | kus <spam.kushal@gmail.com> | 2018-09-05 16:54:08 +0000 |
commit | 08bb968aa40714b14ae598dd96e1e73e355b22e1 (patch) | |
tree | 8e9e93384fd600c7fc525aa72b8d990303e884e2 /doc/ci/quick_start | |
parent | 6967fd0aa5ba3ca51d48335e16703d12e6bd247c (diff) | |
download | gitlab-ce-08bb968aa40714b14ae598dd96e1e73e355b22e1.tar.gz |
remove comma
then each commit or push triggers your CI pipeline.
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r-- | doc/ci/quick_start/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 47e658f610e..636117536a2 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -7,7 +7,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 commit or -push, triggers your CI [pipeline]. +push triggers your CI [pipeline]. The `.gitlab-ci.yml` file tells the GitLab runner what to do. By default it runs a pipeline with three [stages]: `build`, `test`, and `deploy`. You don't need to |