From bb044d2e7c7b4264bfd9150970cc174b716b5ad1 Mon Sep 17 00:00:00 2001
From: jonasled <1-jonasled@users.noreply.gitlab.jonasled.de>
Date: Tue, 22 Jun 2021 20:41:28 +0000
Subject: [PATCH] remove cache, not working when using docker to build

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43c255e..1ee80a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,3 @@
-cache:
-  key: ${CI_COMMIT_REF_SLUG}
-  paths:
-    - node_modules/
-    - public/API/vendor/
-
 docker-build:
   # Use the official docker image.
   image: docker:latest
-- 
GitLab