Skip to content

Commit fb75d82

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): debug log the pod name
1 parent 68c720b commit fb75d82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ func build(conf *Config, builderKey, gitSha string) error {
182182
}
183183

184184
log.Info("Starting build")
185+
log.Debug("Starting pod %s", buildPodName)
185186
kCreateCmd := exec.Command(
186187
"kubectl",
187188
fmt.Sprintf("--namespace=%s", conf.PodNamespace),

0 commit comments

Comments
 (0)