From a628979e1671f460b1152baf2613f3d1bfe2d775 Mon Sep 17 00:00:00 2001 From: Nico <github@nicoboehr.de> Date: Sun, 10 Sep 2023 08:16:02 +0000 Subject: [PATCH] CI: disable cache It's a pain to make gitlab clear it on Gluon updates, so it's more harmful than useful. Just get rid off it and accept the increased build times. --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa0ac9755..f87b7b48e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,11 +74,7 @@ update: paths: - gluon/output/ expire_in: 1 day - cache: - paths: - - ffs-openwrt-dl-cache - - staging_dir - key: "build-$CI_COMMIT_REF_SLUG" + cache: [] target:ath79-generic: extends: .target -- GitLab