1
0
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:
Bo-Yi Wu 2017-12-01 12:24:19 +08:00
parent 6397395570
commit b6a9645b31

View File

@ -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,