-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
type: feature request 🚀Request a new featureRequest a new feature
Description
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).
Metadata
Metadata
Assignees
Labels
type: feature request 🚀Request a new featureRequest a new feature