mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
Merge pull request #1135 from letusfly85/0.4-database-fix-relative-path
remove `url_.Path` for relative_path gitlab
This commit is contained in:
commit
ba10629c37
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ func NewDriver(config string) (remote.Remote, error) {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
params := url_.Query()
|
params := url_.Query()
|
||||||
url_.Path = ""
|
|
||||||
url_.RawQuery = ""
|
url_.RawQuery = ""
|
||||||
|
|
||||||
gitlab := Gitlab{}
|
gitlab := Gitlab{}
|
||||||
|
|
Loading…
Reference in a new issue