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:
Diffstat (limited to 'doc/ci/quick_start/README.md')
-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 43cc7eeab8c..90efae30925 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -128,7 +128,7 @@ For more information and a complete `.gitlab-ci.yml` syntax, please read
Once you've created `.gitlab-ci.yml`, you should add it to your Git repository
and push it to GitLab.
-```bash
+```shell
git add .gitlab-ci.yml
git commit -m "Add .gitlab-ci.yml"
git push origin master