Closed
Description
Motivation: on a number of projects, we use CI jobs where all snapshot dependencies are built and saved in a Docker image. This means that the CI job itself runs fairly quickly, only building local packages. However, if a new dependency is added or the build plan is changed, the CI job may end up building snapshot packages.
With --only-locals
, we would be able to say "if the build plan involves building anything except a local package, then fail."
Metadata
Metadata
Assignees
Labels
No labels