-
- Downloads
Fixing nil pointer in case of no timeout 

If `pr.Spec.Timeout` is nil (aka no timeout applied), dereferencing it (`*pr.Spec.Timout`) will panic. Signed-off-by:Vincent Demeester <vdemeest@redhat.com> (cherry picked from commit d3bf6949)
Loading
Please register or sign in to comment