Skip to content

Commit 3c10d6a

Browse files
authored
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 9f6c91f + 6dbeb3e commit 3c10d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This plugin needs access to the last commit that touched a specific file to be a
4646
<summary>Change your CI settings</summary>
4747

4848
- github actions: set `fetch_depth` to `0` ([docs](https://github.com/actions/checkout))
49-
- gitlab runners: set `GIT_DEPTH` to `1000` ([docs](https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone))
49+
- gitlab runners: set `GIT_DEPTH` to `0` ([docs](https://docs.gitlab.com/ee/ci/pipelines/settings.html#limit-the-number-of-changes-fetched-during-clone))
5050
- bitbucket pipelines: set `clone: depth: full` ([docs](https://support.atlassian.com/bitbucket-cloud/docs/configure-bitbucket-pipelinesyml/))
5151
</details>
5252

0 commit comments

Comments
 (0)