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:
authorMarcia Ramos <marcia@gitlab.com>2019-06-19 17:56:26 +0300
committer🤖 GitLab Bot 🤖 <gitlab-bot@gitlab.com>2019-06-19 18:27:13 +0300
commit2fd3f055115b5fb81520599054e160b3485d8554 (patch)
treebd89ca56432812f576c43cb5d0b8de0c75414c56
parent499bcda0f42a2560c32ff54dce940137a49162fe (diff)
Merge branch 'sh-pipeline-typo-docs' into 'master'
Fix typo in doc/user/project/pipelines/settings.md See merge request gitlab-org/gitlab-ce!29851 (cherry picked from commit 9df475eb368d81d90022b646fe9d7c0944d854f1) 52a0750a Fix typo in doc/user/project/pipelines/settings.md 37276349 Apply suggestion to doc/user/project/pipelines/settings.md
-rw-r--r--doc/user/project/pipelines/settings.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md
index 16f48c462eb..24e15a37a40 100644
--- a/doc/user/project/pipelines/settings.md
+++ b/doc/user/project/pipelines/settings.md
@@ -24,7 +24,8 @@ 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 automaticallyl have a default
+NOTE: **Note**:
+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