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
Here is a v1 pipeline with a quoted key (to make sure on is treated as a string rather than a boolean)
on
stages: - name: test spec: steps: - name: job1 "on": failure: errors: - all type: ignore spec: run: execute_script_1 type: script type: ci version: 1
Currently this fails to downgrade
2023/08/16 10:14:24 unexpected end of JSON input
Removing the double quotes around on converts successfully.
downgrade needs to allow for keys that are in double quotes.
downgrade
The text was updated successfully, but these errors were encountered:
Fix in #176
Sorry, something went wrong.
No branches or pull requests
Here is a v1 pipeline with a quoted key (to make sure
on
is treated as a string rather than a boolean)Currently this fails to downgrade
Removing the double quotes around
on
converts successfully.downgrade
needs to allow for keys that are in double quotes.The text was updated successfully, but these errors were encountered: