diff options
author | lassulus <lassulus@lassul.us> | 2019-01-03 21:49:05 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-03 21:49:05 +0100 |
commit | 2ce824f21f933710ef9f36864e1e585644da6eb5 (patch) | |
tree | c0ed18fc2f29013625725ceb2b0c80bcec98a5d4 | |
parent | 2766a860a84d357f918a44d7d2d6a9c532f892c0 (diff) |
ci: build in stockholm-build
-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-tmp";}); + ((import (toString ./. + "/${owner}/krops.nix") { name = host; }).test {target = "${getEnv "HOME"}/stockholm-build";}); in mapAttrs (n: h: build n h.owner.name) ci-systems |