mirror of
https://github.com/cooperspencer/gickup.git
synced 2025-05-11 17:55:34 +02:00
get gitlab user (#201)
This commit is contained in:
parent
d1568d4545
commit
acbb331450
2 changed files with 18 additions and 7 deletions
6
main.go
6
main.go
|
@ -246,7 +246,7 @@ func backup(repos []types.Repo, conf *types.Conf) {
|
|||
if err != nil {
|
||||
if err == git.NoErrAlreadyUpToDate {
|
||||
log.Info().
|
||||
Str("stage", "onedev").
|
||||
Str("stage", "github").
|
||||
Str("url", r.URL).
|
||||
Msg(err.Error())
|
||||
} else {
|
||||
|
@ -401,7 +401,7 @@ func backup(repos []types.Repo, conf *types.Conf) {
|
|||
if err != nil {
|
||||
if err == git.NoErrAlreadyUpToDate {
|
||||
log.Info().
|
||||
Str("stage", "onedev").
|
||||
Str("stage", "sourcehut").
|
||||
Str("url", r.URL).
|
||||
Msg(err.Error())
|
||||
} else {
|
||||
|
@ -428,7 +428,7 @@ func backup(repos []types.Repo, conf *types.Conf) {
|
|||
if err != nil {
|
||||
if err == git.NoErrAlreadyUpToDate {
|
||||
log.Info().
|
||||
Str("stage", "onedev").
|
||||
Str("stage", "sourcehut").
|
||||
Str("url", r.URL).
|
||||
Msg(err.Error())
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue