trace ref

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 15:10:16 -04:00 committed by Alice Huston
parent 45670434f5
commit 95e8c02042

View File

@ -52,7 +52,7 @@ let
jobOfRef = jobOfRef =
name: name:
{ ref, ... }: { ref, ... }:
if isNull (builtins.match "^refs/heads/(.*)$" ref) then if isNull (builtins.match "^refs/heads/(.*)$" builtins.trace ref) then
null null
else else
{ {