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 ebc9e88a45
commit c267666536

View File

@ -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
{