diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 18:24:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 18:24:38 +0200 |
| commit | b6156ed01dec4d5bb9e85de67edaa1de5a4594bb (patch) | |
| tree | bacd025fc58fd29207dc513dafa673e629bc9ff8 | |
| parent | e23427db19436b03cab0119d3e9192b87ca628b8 (diff) | |
Set git depth to 0v2.0.2
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |