Empty hercules-ci caches

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

View file

@ -5,6 +5,7 @@
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;
binaryCachesPath = builtins.toFile "binary-caches.json" "{}";
secretsJsonPath = config.age.secrets.hercules-ci-secrets-json.path; secretsJsonPath = config.age.secrets.hercules-ci-secrets-json.path;
}; };
}; };