#8 add gitlab #13

Closed
kgorbunov wants to merge 93 commits from kgorbunov/pkgdash:master into master
Showing only changes of commit 65e82bd52b - Show all commits

View File

@ -253,6 +253,7 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string
}
}
logger.Debugf(ctx, fmt.Sprintf("Update successful for %s", path))
return
}
for _, branch := range cfg.Branches { // update all dep
for path, mod = range mvs {