Configured binary cache for Hercules CI
This commit is contained in:
parent
5e9020533b
commit
563d6f296e
4 changed files with 5 additions and 3 deletions
|
@ -8,9 +8,8 @@
|
|||
settings = {
|
||||
concurrentTasks = 8;
|
||||
clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path;
|
||||
# Don't need using private caches, if I would ever need remember to use agenix!
|
||||
binaryCachesPath = pkgs.writeText "binary-caches-path" (builtins.toJSON {});
|
||||
# secretsJsonPath = config.hci-secrets.hci-mlabs-haskell.target;
|
||||
binaryCachesPath = config.age.secrets.hercules-ci-binary-caches.path;
|
||||
# secretsJsonPath = config.hercules-ci-secrets.path;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue