summaryrefslogtreecommitdiff
path: root/doc/user/project/pipelines
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-15 00:46:34 +0000
committerEvan Read <eread@gitlab.com>2019-07-15 00:46:34 +0000
commit3ee846c9dbd63cba09706cb2b5e1dd760b46fcc8 (patch)
tree6c6dbf17fe3c0b5a19dfedc6c2339c3075acee0a /doc/user/project/pipelines
parent5f6c98e0c384ce50c279bb07c9546c7807cb8bc8 (diff)
downloadgitlab-ce-3ee846c9dbd63cba09706cb2b5e1dd760b46fcc8.tar.gz
Remove trailing whitespace in docs
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.md4
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`.