-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
Not processing YAML before sending for validation #233
Comments
Scratch that, changing the file name is actually just removing the schema validation altogether and treating the file as a generic |
This should be fixed in 0.7.0! |
Still getting the error EDIT: now that I got this running I noticed: the environment variables of type file get converted to normal environment variables if redefined this way. So I had to change cat to echo. I should probably ask around whether that is a security risk. (https://gitlab.com/gitlab-org/gitlab/-/issues/30775) |
…Snippets-array-fix Fix the way defaultSnippets behaves on array items
I was getting some strange errors from my
.gitlab-ci.yml
about how"Property << is not allowed"
when I realized that for validation the plugin is sending the raw document for validation, not the processed document (allowing for merges and such to be done).Example that incorrectly throws validation errors:
The text was updated successfully, but these errors were encountered: