diff --git a/pkg/config/config.go b/pkg/config/config.go index 70977e17b..4b593f360 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -562,7 +562,7 @@ func detectCommit(ctx context.Context, dirPath string) string { // TODO: figure out how to use an abstract FS repo, err := git.PlainOpen(dirPath) if err != nil { - log.Warnf("unable to detect git commit for build configuration: %v", err) + log.Debugf("unable to detect git commit for build configuration: %v", err) return "" }