Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix yaml in prow.yaml PR or it would cause issues to the controller not being able to parse it. The pac controller would get: 🚨 11:31:31 pac-controller prun: tekton validation error: yaml: line 16: could not find expected ':' it's all deep down inside the decoder method: decoder := k8scheme.Codecs.UniversalDeserializer() so nothing we can really do on our side, and we have to tell our users to have to use the |- thing instead. Signed-off-by: Chmouel Boudjnah <[email protected]>
- Loading branch information