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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-06 11:43:28 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-01 09:58:09 +0300
commit1058652a920d1106d29452aadfef953937a188e5 (patch)
treecdf614f228686901734be2300708ab1e838cea2a /doc/ci/quick_start/README.md
parent2c30d11e80a4bb4112d01be7e1fbe51a321b3beb (diff)
Add section of enabling GitLab CI
Diffstat (limited to 'doc/ci/quick_start/README.md')
-rw-r--r--doc/ci/quick_start/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index 92dad2be3e8..d45ad3e5e23 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -21,6 +21,13 @@ page.
Now, let's break it down to pieces and work on solving the GitLab CI puzzle.
+## 1. Enable GitLab CI
+
+After creating a new project, the first thing to do is enable the **GitLab CI**
+service in your project's settings if it isn't already enabled.
+
+Read [how to enable the GitLab CI service](enable_ci.md).
+
## 1. Creating a `.gitlab-ci.yml` file
**GitLab CI** service is enabled automatically on the first push of a