From 25a1af7044a955b25dee412bf79b9d61db7d52c2 Mon Sep 17 00:00:00 2001
From: nrbffs <git-ffs@nicoboehr.de>
Date: Fri, 16 Aug 2019 21:55:39 +0200
Subject: [PATCH] keep cache per-target

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8efa18328..f6cf9a247 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ stages:
       - gluon/openwrt/dl
       - gluon/openwrt/staging_dir
       - gluon/openwrt/feeds
-    key: "gluon-cache"
+    key: "gluon-cache/$GLUON_TARGET"
  
 target:ar71xx-generic:
   extends: .target
-- 
GitLab