Skip to content

Commit 873a241

Browse files
committed
Change advice for GIT_DEPTH in gitlab from 1000 to 0
1 parent 9e7a9f5 commit 873a241

File tree

1 file changed

+1
-1
lines changed
  • mkdocs_git_revision_date_localized_plugin

1 file changed

+1
-1
lines changed

mkdocs_git_revision_date_localized_plugin/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def raise_ci_warnings(repo) -> None:
2828
[git-revision-date-localized-plugin] Running on a GitLab runner might lead to wrong
2929
Git revision dates due to a shallow git fetch depth.
3030
31-
Make sure to set GIT_DEPTH to 1000 in your .gitlab-ci.yml file
31+
Make sure to set GIT_DEPTH to 0 in your .gitlab-ci.yml file
3232
(see https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone).
3333
"""
3434
)

0 commit comments

Comments
 (0)