From 852a88af0d3e24bb7047769e58f938ef84cef06d Mon Sep 17 00:00:00 2001 From: nrbffs <git-ffs@nicoboehr.de> Date: Thu, 15 Aug 2019 21:05:32 +0200 Subject: [PATCH] gitlab ci: cache whole openwrt directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 811ff27a0..fc37df79c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: expire_in: 1 day cache: paths: - - gluon/openwrt/dl + - gluon/openwrt/ key: "gluon-cache" target:ar71xx-generic: -- GitLab