From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 16:24:38 +0000 (+0200) Subject: Set git depth to 0 X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/c5c1edf756baf83f61f1f640ea14fef71128608f?ds=inline;hp=ea6a7aff0eac09745b215f14fac54a319a2064c2 Set git depth to 0 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe65211..2432bbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ image: node:14 variables: SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache + GIT_DEPTH: "0" stages: - lint