From 2d3987e38fa9e6ebbda908ef10aa172b8bb54a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 4 Apr 2017 17:29:21 +0200 Subject: Fetch the default number of commits (20) for docs:check jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 476307e7076..f2fb6d3101c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: [] -- cgit v1.2.1