Skip to content

Commit

Permalink
add logs for repo push
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Oct 29, 2024
1 parent 13105b9 commit 122f5f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pkg/packager/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,9 @@ func (p *Packager) pushImagesToRegistry(ctx context.Context, componentImages []s

// Push all of the components git repos to the configured git server.
func (p *Packager) pushReposToRepository(ctx context.Context, reposPath string, repos []string) error {
l := logger.From(ctx)
for _, repoURL := range repos {
l.Info("pushing repository", "name", repoURL, "server", p.state.GitServer.Address)
repository, err := git.Open(reposPath, repoURL)
if err != nil {
return err
Expand Down

0 comments on commit 122f5f1

Please sign in to comment.