Commit 47fedfea authored by Jonston Chan's avatar Jonston Chan Committed by Marcel Amirault

Docs: update outdated shallow cloning information

parent d991c4b1
...@@ -28,9 +28,8 @@ Each guideline is described in more detail in the sections below: ...@@ -28,9 +28,8 @@ Each guideline is described in more detail in the sections below:
> Introduced in GitLab Runner 8.9. > Introduced in GitLab Runner 8.9.
GitLab and GitLab Runner always perform a full clone by default. GitLab and GitLab Runner perform a [shallow clone](../pipelines/settings.md#git-shallow-clone)
While it means that all changes from GitLab are received, by default.
it often results in receiving extra commit logs.
Ideally, you should always use `GIT_DEPTH` with a small number Ideally, you should always use `GIT_DEPTH` with a small number
like 10. This will instruct GitLab Runner to perform shallow clones. like 10. This will instruct GitLab Runner to perform shallow clones.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment