Closed lironrisk closed 1 year ago
orb-tools@12.0.3
When using the orb-tools/pack to validate internal orb: workflows: lint-pack: jobs:
The following error is shown: Error: Unable to validate config: Exception applying arguments to field orbConfig': Unknown argumentownerId'.
orbConfig': Unknown argument
It happens if I use org_id, org_slug or do not use any of them.
validation & packing should work with no errors. when running circleci orb pack & circleci orb validate everything works as it should.
I also saw that there was a [https://github.com/CircleCI-Public/circleci-cli/issues/932](related issue in the circleci-cli) that been solved.
I opened a PR that I think should fixed it https://github.com/CircleCI-Public/orb-tools-orb/pull/214
Merged! Will be releasing by end of week. Thank you @lironrisk !
Orb version:
orb-tools@12.0.3
What happened:
When using the orb-tools/pack to validate internal orb: workflows: lint-pack: jobs:
The following error is shown: Error: Unable to validate config: Exception applying arguments to field
orbConfig': Unknown argument
ownerId'.It happens if I use org_id, org_slug or do not use any of them.
Expected behavior:
validation & packing should work with no errors. when running circleci orb pack & circleci orb validate everything works as it should.
Additional Information:
I also saw that there was a [https://github.com/CircleCI-Public/circleci-cli/issues/932](related issue in the circleci-cli) that been solved.