bug fixed
This commit is contained in:
parent
c4287bafab
commit
0119675480
2 changed files with 4 additions and 2 deletions
2
serve.go
2
serve.go
|
@ -268,7 +268,7 @@ func runServ(k *cli.Context) {
|
|||
}
|
||||
|
||||
if err = models.CommitRepoAction(user.Id, user.Name,
|
||||
repo.Id, ref.BranchName(), commits); err != nil {
|
||||
repo.Id, repoName, refname, commits); err != nil {
|
||||
log.Error("runUpdate.models.CommitRepoAction: %v", err, commits)
|
||||
} else {
|
||||
//log.Info("refname", refname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue