Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkus <spam.kushal@gmail.com>2018-09-05 19:54:08 +0300
committerkus <spam.kushal@gmail.com>2018-09-05 19:54:08 +0300
commit08bb968aa40714b14ae598dd96e1e73e355b22e1 (patch)
tree8e9e93384fd600c7fc525aa72b8d990303e884e2 /doc
parent6967fd0aa5ba3ca51d48335e16703d12e6bd247c (diff)
remove comma
then each commit or push triggers your CI pipeline.
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/quick_start/README.md2
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