From bb6ef715dd399811609d88b85505bfd86786ec51 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 14:26:43 +0200 Subject: Remove local cache from sonarcube --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40bffad..2426cc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ cache: paths: - node_modules/ - .nyc_output/ + - .sonar/cache lint: <<: *only-default @@ -43,10 +44,6 @@ quality: image: name: sonarsource/sonar-scanner-cli:latest entrypoint: [""] - cache: - key: "${CI_JOB_NAME}" - paths: - - .sonar/cache script: - npm run coverage - sonar-scanner -- cgit