1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-11 13:59:36 +02:00

remove url_.Path for relative_path gitlab

This commit is contained in:
letusfly85 2015-08-13 13:23:58 +00:00
parent f6078a4b71
commit 2d438d35ae

View File

@ -44,7 +44,6 @@ func NewDriver(config string) (remote.Remote, error) {
return nil, err
}
params := url_.Query()
url_.Path = ""
url_.RawQuery = ""
gitlab := Gitlab{}