Description
Currently, the environment setup only supports working with a single git repository.
We need to add functionality that allows cloning multiple git repositories within the same environment for workflows that depend on code from multiple sources.
Acceptance Criteria
- Ability to specify a list of git repo URLs in the environment configuration.
- All specified repositories are cloned into the environment during setup.
- Each repo is cloned into its own directory with its respective name.
- Errors in cloning one repo should be reported but should not prevent cloning the rest (optional).
Description
Currently, the environment setup only supports working with a single git repository.
We need to add functionality that allows cloning multiple git repositories within the same environment for workflows that depend on code from multiple sources.
Acceptance Criteria