You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Split error message of yaml validation on push
When a PipelineRun template in the .tekton/ directory
contains a YAML syntax error, the error message was
prefixed with a confusing "cannot locate templates
in .tekton directory" message.
This change ensures the error accurately reflects that
a file was found but failed to parse, avoiding
confusion between empty .tekton directory
and a malformed one.
Signed-off-by: Zaki Shaikh <[email protected]>
0 commit comments