print client name on success [CI SKIP]

This commit is contained in:
viktorbarzin 2021-03-17 21:47:27 +00:00
parent 6a775d0f7c
commit 80e15e5405
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 2 additions and 8 deletions

View file

@ -47,6 +47,5 @@ func NewGitFS(repoURL string) (*GitFS, error) {
}
func (g *GitFS) Push() error {
glog.Infof("Attemping to push with auth: %+v", g.auth)
return g.repo.Push(&git.PushOptions{Auth: g.auth})
}