From 95e8c02042e9de97e0f0c5b25e0574e0641bc6a2 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 a16772a..fc6e22e 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 {