From 5e06df2e3fc0536f52789e96fc7eabefdc9ba168 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 29 Sep 2020 13:20:40 +0200 Subject: [PATCH] ci: remove caching of node_modules --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3874e5db..85f758e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ image: registry.gitlab.com/openstapps/app -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules - before_script: - npm install