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
This commit is contained in:
Achilleas Pipinellis 2017-04-04 17:35:28 +00:00
commit d8cbe97916
1 changed files with 0 additions and 4 deletions

View File

@ -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: []