From 5558d29c2b979d0e9d9689e5d9bd2195130386f3 Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Fri, 30 Oct 2020 15:01:00 +0100 Subject: [PATCH] ci: remove caching --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4fc971a..7ccfa831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ image: registry.gitlab.com/openstapps/projectmanagement/node -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules - before_script: - npm install