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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-09 09:09:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-09 09:09:23 +0300
commit4bfebcc481ca32ca0055e55cad509f400a2939ff (patch)
treeae2178cccb15c2c16a83865d496fd4a40f465dfb /doc/ci/quick_start
parent5d066c532d5fc4dc8a89be2068236b7058ddb645 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/quick_start')
-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 f5abc01ec3b..9db42538092 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -130,7 +130,7 @@ in the future, but it's available for anyone who wants to try it at the above li
### Push `.gitlab-ci.yml` to GitLab
-Once you've created `.gitlab-ci.yml`, you should add it to your Git repository
+After you've created a `.gitlab-ci.yml`, you should add it to your Git repository
and push it to GitLab.
```shell