Fix: Re-Adds Git Test File (#144)
Adds a missing test file for the Git regular expression (project info + name extraction). This is a NONE release.
This commit is contained in:
committed by
GitHub
parent
9da62d982e
commit
deaadd9b03
@@ -40,7 +40,6 @@ func extractGitInfo(refreshGitInfo func() error, getProjectRemoteUrl func() (str
|
||||
return GitProjectInfo{}, fmt.Errorf("Could not get project Url: %v", err)
|
||||
}
|
||||
|
||||
// play with regex at: https://regex101.com/r/P2jSGh/1
|
||||
/*
|
||||
This should match following formats:
|
||||
namespace: namespace, projectName: dummy-test-repo:
|
||||
|
||||
Reference in New Issue
Block a user