From fb182d52f6350b2090cdc969a1a4ffcb73d6c539 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sat, 10 Jul 2021 16:12:42 +0200 Subject: [PATCH] remove me --- .hydra/declarative-jobsets.nix | 2 ++ .hydra/spec.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index 7d36ea6..ef3d289 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -61,6 +61,8 @@ let }; desc = prJobsets // { + + "ci" = mkJobset "ci"; "master" = mkJobset "master"; "nixos-20.09" = mkJobset "nixos-20.09"; "nixos-21.05" = mkJobset "nixos-21.05"; diff --git a/.hydra/spec.json b/.hydra/spec.json index 79f9f0b..60d08ae 100644 --- a/.hydra/spec.json +++ b/.hydra/spec.json @@ -12,7 +12,7 @@ "type": 0, "inputs": { "nixexpr": { - "value": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver master", + "value": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver ci ", "type": "git", "emailresponsible": false },