diff options
author | lassulus <lassulus@lassul.us> | 2018-11-27 05:14:39 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-11-28 12:36:17 +0100 |
commit | d094f265061cc84d4c13082ae0a8909d8942f821 (patch) | |
tree | 12ba3950598c9fb423c9c53f433ee597139061e2 | |
parent | 856c4777d11c45c11c5cb9a74154f2fb99992d18 (diff) |
ci: build all hosts in same dir
-rw-r--r-- | ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,6 @@ let ci-systems = filterAttrs (_: v: v.ci) system.config.krebs.hosts; build = host: owner: - ((import (toString ./. + "/${owner}/krops.nix") { name = host; }).test {target = "${getEnv "HOME"}/stockholm-build/${host}";}); + ((import (toString ./. + "/${owner}/krops.nix") { name = host; }).test {target = "${getEnv "HOME"}/stockholm-tmp";}); in mapAttrs (n: h: build n h.owner.name) ci-systems |