We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f8a95 commit 946f9b2Copy full SHA for 946f9b2
1 file changed
dockerHelper_test.go
@@ -28,6 +28,7 @@ func CreateDockerImage(imageName string, dockerFROM string, docker_cmd string, d
28
log.Info("Error was ", string(output))
29
return cmdBuildErr
30
}
31
+ log.Info("Docker build output for ", imageName, ":\n", string(output))
32
return nil
33
34
0 commit comments