summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2019-08-05 06:39:27 +0000
committerAlexander Tanayno <atanayno@gitlab.com>2019-08-05 06:39:27 +0000
commit1735ba512dae4696eb542b0f64b0fdc2876d37dd (patch)
tree3078dcf17f6de9ab88ca28ab1c05b6b67c55851d
parent21a979c4fbfc6d9638387873703208651616c4b2 (diff)
downloadgitlab-ce-docs-add-gitlabci-file.tar.gz
Apply suggestion to doc/user/project/pipelines/settings.mddocs-add-gitlabci-file
-rw-r--r--doc/user/project/pipelines/settings.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md
index e2c50cfc819..456209c2180 100644
--- a/doc/user/project/pipelines/settings.md
+++ b/doc/user/project/pipelines/settings.md
@@ -76,7 +76,12 @@ Here are some valid examples:
- `my/path/.gitlab-ci.yml`
- `my/path/.my-custom-file.yml`
-The path can be customized on project level by setting the value of `Custom CI config path` via Settings > CI / CD > General pipelines.
+The path can be customized at a project level. To customize the path:
+
+1. Go to the project's **Settings > CI / CD**.
+1. Expand the **General pipelines** section.
+1. Provide a value in the **Custom CI config path** field.
+1. Click **Save changes**.
## Test coverage parsing