-
Notifications
You must be signed in to change notification settings - Fork 404
Labels
area/configIssues related to the configIssues related to the configkind/featureNew feature or feature requestNew feature or feature request
Description
Currently you can only define a git dependency either via https:// or git@ (ssh). Would be great if DevSpace would fallback to try https in the ssh case and ssh in the https case.
So the logic would be for https:
- Try https://domain.com/path, if that doesn't work, use git@domain:path
For ssh the logic would be the reverse
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/configIssues related to the configIssues related to the configkind/featureNew feature or feature requestNew feature or feature request