From 49fff906bfd8ece3886dd1d3bd73262a92bcdafc Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 21 Feb 2024 17:56:02 +0100 Subject: [PATCH] Temporarily disable caches used by Hercules CI --- modules/hercules-ci/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hercules-ci/default.nix b/modules/hercules-ci/default.nix index dc861b1..3e14e22 100644 --- a/modules/hercules-ci/default.nix +++ b/modules/hercules-ci/default.nix @@ -4,7 +4,7 @@ settings = { concurrentTasks = "auto"; clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path; - binaryCachesPath = config.age.secrets.hercules-ci-binary-caches.path; + # binaryCachesPath = config.age.secrets.hercules-ci-binary-caches.path; secretsJsonPath = config.age.secrets.hercules-ci-secrets-json.path; }; };