undo trace

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 15:23:12 -04:00 committed by Alice Huston
parent c267666536
commit 0e6f919c3d

View File

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