Merge branch 'master-1'

# Conflicts:
#	cmd/pkgdashcli/main.go
This commit is contained in:
Gorbunov Kirill Andreevich 2024-04-02 23:21:08 +03:00
commit 289a8398bc
1 changed files with 3 additions and 0 deletions

View File

@ -298,6 +298,9 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string
logger.Debugf(ctx, fmt.Sprintf("Close successful for %s", path))
}
}
fmt.Println(fmt.Sprintf("for %s:\n%s", cfg.Source.Repository, js))
default:
fmt.Print(initMsg)
case "list":
for _, branch := range cfg.Branches {
rMap, err := gitSource.RequestList(ctx, branch)