Skip to content

Commit

Permalink
Add frogbot-config.yml content to log (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Dec 3, 2023
1 parent 7ca5d71 commit 847ed37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ func getConfigAggregator(gitClient vcsclient.VcsClient, gitParamsFromEnv *Git, j
if err != nil {
return nil, err
}
if configFileContent != nil {
log.Debug(fmt.Sprintf("The content of %s that will be used is:\n%s", FrogbotConfigFile, string(configFileContent)))
}
return BuildRepoAggregator(configFileContent, gitParamsFromEnv, jfrogServer, commandName)
}

Expand Down

0 comments on commit 847ed37

Please sign in to comment.