]> git.r.bdr.sh - rbdr/cologne/commitdiff
Use only ref slug for cache
authorRuben Beltran del Rio <redacted>
Mon, 21 Sep 2020 12:21:58 +0000 (14:21 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 21 Sep 2020 12:21:58 +0000 (14:21 +0200)
.gitlab-ci.yml

index 58231581cfecb14f11bf77d78ad4406d12090ea5..40bffadb6a71520646dbcc28db6dbc4bd3ab01c2 100644 (file)
@@ -19,7 +19,7 @@ before_script:
     - npm install
 
 cache:
-  key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+  key: ${CI_COMMIT_REF_SLUG}
   paths:
     - node_modules/
     - .nyc_output/