diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 09:23:39 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 09:23:39 +0900 |
commit | 0c2936ea3cc5ff2b132969a42fd69e58e2133a70 (patch) | |
tree | 58816d185747cfa9200ef5dccb821254bd20e9f7 /doc/user/project/pipelines | |
parent | 2dcdc148c845d47743e4af728fbcb791f34649e8 (diff) | |
download | gitlab-ce-docs-trailing-spaces-2.tar.gz |
Remove trailing whitespace in docsdocs-trailing-spaces-2
Remove unneeded trailing whitespace in lines in
/security /workflow /user docs
Diffstat (limited to 'doc/user/project/pipelines')
-rw-r--r-- | doc/user/project/pipelines/settings.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md index 24e15a37a40..e60da6a3e59 100644 --- a/doc/user/project/pipelines/settings.md +++ b/doc/user/project/pipelines/settings.md @@ -25,10 +25,10 @@ in `.gitlab-ci.yml`. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28919) in GitLab 12.0. NOTE: **Note**: -As of GitLab 12.0, newly created projects will automatically have a default +As of GitLab 12.0, newly created projects will automatically have a default `git depth` value of `50`. -It is possible to limit the number of changes that GitLab CI/CD will fetch when cloning +It is possible to limit the number of changes that GitLab CI/CD will fetch when cloning a repository. Setting a limit to `git depth` can speed up Pipelines execution. Maximum allowed value is `1000`. |