From 7821b668c32fc3de2c9671a1eb0ce5f2cb7cf791 Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Sat, 29 Feb 2020 11:34:38 +0100
Subject: [PATCH] cache: only cache dl, share between all targets

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21c66f7f4..712f2cf82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,9 +32,7 @@ generate_date:
   cache:
     paths:
       - gluon/openwrt/dl
-      - gluon/openwrt/staging_dir
-      - gluon/openwrt/feeds
-    key: "target-$GLUON_TARGET"
+    key: "build"
  
 target:ar71xx-generic:
   extends: .target
-- 
GitLab