Remove medicine from CI building

This commit is contained in:
kat witch 2022-02-08 19:18:49 +00:00 committed by kat
parent 9670ee7656
commit d9d9d97f6e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 2 additions and 64 deletions

View file

@ -53,7 +53,7 @@
main = (import ../.);
hosts = main.network.nodes;
targets = main.deploy.targets;
enabledTargets = filterAttrs (_: v: v.enable) main.deploy.targets;
enabledTargets = filterAttrs (k: v: v.enable && k != "medicine") main.deploy.targets;
enabledHosts = concatLists (mapAttrsToList (targetName: target: target.nodeNames) enabledTargets);
in
mapAttrs' (k: nameValuePair "${k}") (genAttrs enabledHosts (host: {