Temporarily disable caches used by Hercules CI

This commit is contained in:
Andrea Ciceri 2024-02-21 17:56:02 +01:00
parent fe9d1a92dc
commit 49fff906bf
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -4,7 +4,7 @@
settings = { settings = {
concurrentTasks = "auto"; concurrentTasks = "auto";
clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path; 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; secretsJsonPath = config.age.secrets.hercules-ci-secrets-json.path;
}; };
}; };