diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-04 17:29:21 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-04 17:29:21 +0200 |
commit | 2d3987e38fa9e6ebbda908ef10aa172b8bb54a5d (patch) | |
tree | c4557db2a05b9e6a554b9069f620a1d8acc7f9b4 /.gitlab-ci.yml | |
parent | a46cca2e58643acd9d936442f98b12aaa84b9a26 (diff) | |
download | gitlab-ce-2d3987e38fa9e6ebbda908ef10aa172b8bb54a5d.tar.gz |
Fetch the default number of commits (20) for docs:check jobs30451-fix-docs-check-jobs-shallow-fetch
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 0 insertions, 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: [] |