From 0e6f919c3dd568f25494e8dd1e41abca311fd15f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 15:23:12 -0400 Subject: [PATCH] undo trace Signed-off-by: ahuston-0 --- hydra/jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index 50b9e7a..e9c151f 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -52,7 +52,7 @@ let jobOfRef = name: { ref, ... }: - if isNull (builtins.match "^refs/heads/(.*)$" builtins.trace ref) then + if isNull (builtins.match "^refs/heads/(.*)$" ref) then null else {