From c267666536ddb271255f062e982e584637d959da Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 15:10:16 -0400 Subject: [PATCH] trace ref 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 e9c151f..50b9e7a 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -52,7 +52,7 @@ let jobOfRef = name: { ref, ... }: - if isNull (builtins.match "^refs/heads/(.*)$" ref) then + if isNull (builtins.match "^refs/heads/(.*)$" builtins.trace ref) then null else {