trace ref
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
45670434f5
commit
95e8c02042
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user