From 90b1c70f6c03e6e9cf76e24ec074d3109be7f28f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 20 May 2018 18:43:56 +0200 Subject: Add comment for use of only fetch last 10 commits for syntax-check --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfc25b5d44..679000f36e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,6 @@ check-syntax: - git pull - make check-syntax + # https://docs.gitlab.com/ce/ci/yaml/#shallow-cloning variables: GIT_DEPTH: "10" -- cgit v1.2.3