diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-15 23:17:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-15 23:17:49 +0000 |
commit | 5e006d0299d89de46828ca49277c82587f52dbd4 (patch) | |
tree | 47ae14526031cde13611791ce8d0df1415d2cdb2 /doc/ci/quick_start | |
parent | 154bb6a40962979f6790da97f94294a61319391c (diff) | |
download | gitlab-ce-5e006d0299d89de46828ca49277c82587f52dbd4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 5626428bfc3..0822b01d553 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -43,7 +43,7 @@ So in brief, the steps needed to have a working CI can be summed up to: 1. Configure a Runner From there on, on every push to your Git repository, the Runner will -automagically start the pipeline and the pipeline will appear under the +automatically start the pipeline and the pipeline will appear under the project's **Pipelines** page. --- |