Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Remove additional log line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstoick committed Jan 13, 2020
1 parent 4de8130 commit e403afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/pipeline/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func runPipelineStep(pipeline *PipelineDefinition, step *PipelineDefinitionStep,
log.Printf("[paddle] Container %s/%s starting", pod.Name, e.Container)
for _, containerStatus := range fetchedPod.Status.ContainerStatuses {
if containerStatus.Name == e.Container {
log.Printf(containerStatus.ImageID)
log.Printf("[paddle] Container %s/%s image hash: %s", pod.Name, e.Container, strings.Split(containerStatus.ImageID, "@")[1])
}
}
Expand Down

0 comments on commit e403afc

Please sign in to comment.