Skip to content

Commit

Permalink
Change advice for GIT_DEPTH in gitlab from 1000 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Feb 2, 2022
1 parent 9e7a9f5 commit 873a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_git_revision_date_localized_plugin/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def raise_ci_warnings(repo) -> None:
[git-revision-date-localized-plugin] Running on a GitLab runner might lead to wrong
Git revision dates due to a shallow git fetch depth.
Make sure to set GIT_DEPTH to 1000 in your .gitlab-ci.yml file
Make sure to set GIT_DEPTH to 0 in your .gitlab-ci.yml file
(see https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone).
"""
)
Expand Down

0 comments on commit 873a241

Please sign in to comment.