Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 783 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 783 Bytes

CircleCI multirepo orb

CircleCI orb registry

Support for skipping jobs in multi-purpose repos and monorepos.

This orb uses a CD workflow.

  1. Changes are pushed to the integration branch.
  2. The integration branch CI job publishes a dev:testing orb and git pushes to the testing branch.
  3. The testing branch CI job runs tests. When the tests pass a new patch version of the orb is published, and the change is pushed to master.