ploigos-step-runner
ploigos-step-runner copied to clipboard
Documentation: monorepo support
Creating a separate issue from https://github.com/ploigos/ploigos-step-runner/issues/99 to deal with monorepo (vs. one build resulting in multiple artifacts).
Assume a git repo with the following layout:
monorepo_base/
- .git/
- app1/
- app2/
- ...
- appN/
PSR should provide the ability for a user to specify a subdirectory from the repository root (e.g, app1/
) to begin the build from.