-
Notifications
You must be signed in to change notification settings - Fork 101
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
Workflow failure after orb-tools update to v12 PR #469 #476
Comments
|
After trying out the migrate.sh script I realized that this is not a simple update and it is not something that I would want to attempt myself. The script introduces serious breaking changes, since the dash (
|
Yah, unfortunate |
Issue
master
branch fails to run the workflow .circleci/test-deploy.ymlhttps://app.circleci.com/pipelines/gh/cypress-io/circleci-orb/1945 shows
Renovate has only updated
circleci-orb/.circleci/test-deploy.yml
Line 4 in bd1d323
and has left
circleci-orb/.circleci/config.yml
Line 4 in bd1d323
unchanged.
The
v12
Migration Guide provides the full set of instructions for migration.See also https://discuss.circleci.com/t/orb-tools-v12-test-without-publishing/48014
Suggestion
Following the above
v12
Migration Guide introduces serious breaking changes, since the dash (-
) character is converted to underscore (_
) everywhere. It would need to be considered whether a migration toorb-tools
v12 is necessary and how it should be done to minimize user impact.The text was updated successfully, but these errors were encountered: