From e2498edb3112c8f24edfa666eb1adffa9d96d347 Mon Sep 17 00:00:00 2001 From: nrbffs <git-ffs@nicoboehr.de> Date: Fri, 16 Aug 2019 21:53:23 +0200 Subject: [PATCH] gitlab ci: only cache some folders --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d2ed88a9..8efa18328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,9 @@ stages: expire_in: 1 day cache: paths: - - gluon/openwrt/ + - gluon/openwrt/dl + - gluon/openwrt/staging_dir + - gluon/openwrt/feeds key: "gluon-cache" target:ar71xx-generic: -- GitLab