mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-06 08:16:19 +02:00
fix(drone-server): missing default branch name in metadata.
This commit is contained in:
parent
6397395570
commit
b6a9645b31
@ -352,6 +352,7 @@ func metadataFromStruct(repo *model.Repo, build, last *model.Build, proc *model.
|
||||
Link: repo.Link,
|
||||
Remote: repo.Clone,
|
||||
Private: repo.IsPrivate,
|
||||
Branch: repo.Branch,
|
||||
},
|
||||
Curr: frontend.Build{
|
||||
Number: build.Number,
|
||||
|
Loading…
Reference in New Issue
Block a user