Commit d8cbe979 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '30451-fix-docs-check-jobs-shallow-fetch' into 'master'

Fetch the default number of commits (20) for docs:check jobs

Closes #30451

See merge request !10449
parents 93de37ce 2d3987e3
......@@ -296,8 +296,6 @@ docs:check:apilint:
image: "phusion/baseimage"
stage: test
<<: *dedicated-runner
variables:
GIT_DEPTH: "3"
cache: {}
dependencies: []
before_script: []
......@@ -308,8 +306,6 @@ docs:check:links:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:nanoc-bootstrap-ruby-2.4-alpine"
stage: test
<<: *dedicated-runner
variables:
GIT_DEPTH: "3"
cache: {}
dependencies: []
before_script: []
......
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