From dfed57996369f87f634eb07756d42876a6cb2d97 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 25 Aug 2022 21:52:17 +0200 Subject: [PATCH] Removed key from cache in hopes of it working better --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e19f32e..3844880 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,6 @@ stages: - package cache: &global_cache - key: - files: - - yarn.lock - - frontend/yarn.lock paths: - .yarn - node_modules