mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
add symbols "@-" in repoExp
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ func setHelmCommand(p *Plugin) {
|
||||
|
||||
}
|
||||
|
||||
var repoExp = regexp.MustCompile(`^(?P<name>[\w-]+)=(?P<url>(http|https)://[\w-./:]+)`)
|
||||
var repoExp = regexp.MustCompile(`^(?P<name>[\w-]+)=(?P<url>(http|https)://[\w-./:@-]+)`)
|
||||
|
||||
// parseRepo returns map of regex capture groups (name, url)
|
||||
func parseRepo(repo string) (map[string]string, error) {
|
||||
|
||||
Reference in New Issue
Block a user