diff options
author | Anthony Mastrean <anthony.mastrean@vaeit.com> | 2019-04-17 16:26:13 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-04-17 16:26:13 +0000 |
commit | 30fac72f7405dc1da0b7f2e4eb5c2e7485d73fb3 (patch) | |
tree | e0c2084ff04b2aa3fcc6aa50d988d9ddef06d756 /doc/ci | |
parent | a80d2ad9e8bebd7ae02d3ce55c777b5662df1615 (diff) | |
download | gitlab-ce-30fac72f7405dc1da0b7f2e4eb5c2e7485d73fb3.tar.gz |
Update README.md
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 36a0bf10416..2e85e34f17b 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2472,18 +2472,18 @@ Use [`stage`](#stage) instead. ## Custom build directories -> [Introduced][https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1267] in Gitlab Runner 11.10 +> [Introduced](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1267) in Gitlab Runner 11.10 NOTE: **Note:** This can only be used when `custom_build_dir` is enabled in the [Runner's configuration](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnerscustom_build_dir-section). This is the default configuration for `docker` and `kubernetes` executor. -By default, GitLab Runner clones the repository in a unique subpath of the `$CI_BUILDS_DIR` directory. -However, sometimes your project might require the code in a specific directory, -but sometimes your project might require to have the code in a specific directory, -like Go projects, for example. In that case, you can specify the `GIT_CLONE_PATH` variable -to tell the Runner in which directory to clone the repository: +By default, GitLab Runner clones the repository in a unique subpath of the +`$CI_BUILDS_DIR` directory. However, your project might require the code in a +specific directory (Go projects, for example). In that case, you can specify +the `GIT_CLONE_PATH` variable to tell the Runner in which directory to clone the +repository: ```yml variables: |