Skip to content

Commit da08319

Browse files
Fix link to GIT_DEPTH variable (platformsh#4228)
* Fix link to GIT_DEPTH variable Please fix the same in https://docs.upsun.com/development/troubleshoot.html#missing-commits * Update troubleshoot.md --------- Co-authored-by: Chad Carlson <chadwcarlson@users.noreply.github.com>
1 parent 8c91b46 commit da08319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/platform/src/development/troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ To avoid the error, make sure you do a full clone of the repository before pushi
181181
For example, for the [Checkout GitHub action](https://github.com/actions/checkout),
182182
set `fetch-depth: 0` to clone the full history.
183183
For GitLab, set clones to have a limit of `0` either in [repository settings](https://docs.gitlab.com/ee/ci/pipelines/settings.html#limit-the-number-of-changes-fetched-during-clone)
184-
or using the [`GIT_DEPTH` variable](https://docs.gitlab.com/ee/ci/large_repositories/index.html#shallow-cloning).
184+
or using the [`GIT_DEPTH` variable](https://docs.gitlab.com/ee/user/project/repository/monorepos/index.html#shallow-cloning).
185185

186186
## Large JSON file upload failing
187187

sites/upsun/src/development/troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ To avoid the error, make sure you do a full clone of the repository before pushi
180180
For example, for the [Checkout GitHub action](https://github.com/actions/checkout),
181181
set `fetch-depth: 0` to clone the full history.
182182
For GitLab, set clones to have a limit of `0` either in [repository settings](https://docs.gitlab.com/ee/ci/pipelines/settings.html#limit-the-number-of-changes-fetched-during-clone)
183-
or using the [`GIT_DEPTH` variable](https://docs.gitlab.com/ee/ci/large_repositories/index.html#shallow-cloning).
183+
or using the [`GIT_DEPTH` variable](https://docs.gitlab.com/ee/user/project/repository/monorepos/index.html#shallow-cloning).
184184

185185
## Large JSON file upload failing
186186

0 commit comments

Comments
 (0)