mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
* bug(493): Improved git remote parsing Previously this would fail to parse git remotes like: ssh://github.com/foo/bar ssh://github.com:2222/foo/bar This properly parses hostname from both URLs and scp style remotes. Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com> * Fix lint issue Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com> --------- Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com>