Skip to content
Snippets Groups Projects
Commit 61e4167b authored by Vincent Demeester's avatar Vincent Demeester Committed by tekton-robot
Browse files

Fixing nil pointer in case of no timeout :timer:


If `pr.Spec.Timeout` is nil (aka no timeout applied), dereferencing
it (`*pr.Spec.Timout`) will panic.

Signed-off-by: default avatarVincent Demeester <vdemeest@redhat.com>
(cherry picked from commit d3bf6949)
parent 4e23d506
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment