Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2019-09-15 23:17:49 +00:00
parent 154bb6a409
commit 5e006d0299
1 changed files with 1 additions and 1 deletions

View File

@ -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.
---