CircleCI-Public / orb-tools-orb

Various tools for authoring and publishing CircleCI orbs
https://circleci.com/orbs/registry/orb/circleci/orb-tools
MIT License
51 stars 74 forks source link

Problems with parallel development of the orb #119

Closed antonlisovenko closed 2 years ago

antonlisovenko commented 2 years ago

Hi.

We see some issues raising when more than one person is working on the orb on the same time.

Example:

Am I right that each job triggered checks the "dev" orb published by the previous workflow only? So if there was some transient orb without the new command - an engineer will have to rebuild the dev job again?

Thank you

KyleTryon commented 2 years ago

Hey @antonlisovenko,

Sorry for the long delay here. This will no longer be an issue from Orb Tools v11 onward as each pipeline will run based on the SHA specifically rather than any tag.