From ec0852428271140219a4775214863e43593db423 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 8 Nov 2019 14:46:49 +0100 Subject: [PATCH] chore: remove node_modules from ci cache --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c2da98a9..4857c260c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ default: cache: key: "${CI_COMMIT_REF_SLUG}" paths: - - node_modules - .stack - .stack-work