-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(circleci): parsing of inline orb definitions #31843
Conversation
d8f2826
to
d4a3c40
Compare
No need to merge from main if no changes have been made |
62e9fb1
to
5936baf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't really like the zod hack, but it if it is not otherwise solveable...
@viceice mind re-reviewing? thanks! |
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not happy with types
84a457e
to
9959872
Compare
9959872
to
d92a865
Compare
🎉 This PR is included in version 39.69.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
#30142 changed how CircleCI config parsing worked, but didn't take into account inline orb definitions.
Context
The
config5.yml
fixture is a valid CircleCI config:However, we lost the ability to parse out inline orb definitions which can include orb references and images.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: