https://github.com/dnephin/multirepo-orb
Multirepo and monorepo support for CircleCI jobs.
https://github.com/dnephin/multirepo-orb
circleci circleci-orb
Last synced: 24 days ago
JSON representation
Multirepo and monorepo support for CircleCI jobs.
- Host: GitHub
- URL: https://github.com/dnephin/multirepo-orb
- Owner: dnephin
- Created: 2019-03-04T01:15:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T06:53:00.000Z (about 6 years ago)
- Last Synced: 2025-03-25T14:21:55.254Z (about 1 month ago)
- Topics: circleci, circleci-orb
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/dnephin/multirepo
- Size: 11.7 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CircleCI multirepo orb
[![CircleCI][cibadge]](https://circleci.com/gh/dnephin/workflows/multirepo-orb)
[![orb registry][orbbadge]](https://circleci.com/orbs/registry/orb/dnephin/multirepo)[cibadge]: https://circleci.com/gh/dnephin/multirepo-orb/tree/master.svg?style=shield
[orbbadge]: https://img.shields.io/endpoint.svg?url=https://badges.circleci.io/orb/dnephin/multirepoSupport 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`.