-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hey there 👋
This looks like an awesome project but I was hoping to get some clarification.
You mention "Especially useful for monorepos where you want to create dependencies between projects." Is there an example that shows how to define dependencies between projects? I can't find docs around this anywhere.
If it helps, here's the use case I have in mind. I'm looking to do Packer builds, where if I change the base image, I want to trigger all subsequent builds:
Ex:
└── packer
├── golang
├── node
├── python
├── ruby
└── ubuntu
I would like the language-specific images to have a dependency on the ubuntu build, so if I update the base image, all the others will be updated.
Similarly, I might want to do something like run tests on all projects in the monorepo if a shared library changes.
Metadata
Metadata
Assignees
Labels
No labels