From b93ae05bfd83819ab9abecb4a359527bd51fef2c Mon Sep 17 00:00:00 2001 From: Nicolas PERNOUD <npernoud@grandlyon.com> Date: Thu, 16 Jul 2020 14:39:37 +0200 Subject: [PATCH] fix: git clone strategy for better sonaqube compatibility --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4189629..af7816d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" SONAR_URL: https://sonarqube.forge.grandlyon.com + GIT_STRATEGY: clone + GIT_DEPTH: 0 stages: - sonar-analysis -- GitLab