We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug CI/CD flows fail when a line is tool long, because the used YAML library wraps too long lines (80 characters)
Steps to reproduce the issue: Place a line with spaces longer than 80 characters in pipeline.yaml
pipeline.yaml
Expected behavior Lines shouldn't be wrapped.
Additional context
The issue was reported at go-yaml/yaml#166 , a fix was submitted, but it wasn't accepted and it looks like it won't be in the foreseeable future.
The text was updated successfully, but these errors were encountered:
sagikazarmark
Successfully merging a pull request may close this issue.
Describe the bug
CI/CD flows fail when a line is tool long, because the used YAML library wraps too long lines (80 characters)
Steps to reproduce the issue:
Place a line with spaces longer than 80 characters in
pipeline.yaml
Expected behavior
Lines shouldn't be wrapped.
Additional context
The issue was reported at go-yaml/yaml#166 , a fix was submitted, but it wasn't accepted and it looks like it won't be in the foreseeable future.
The text was updated successfully, but these errors were encountered: