Skip to content

Commit 946f9b2

Browse files
committed
chore: Get logging on msi failure
1 parent a5f8a95 commit 946f9b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerHelper_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func CreateDockerImage(imageName string, dockerFROM string, docker_cmd string, d
2828
log.Info("Error was ", string(output))
2929
return cmdBuildErr
3030
}
31+
log.Info("Docker build output for ", imageName, ":\n", string(output))
3132
return nil
3233
}
3334

0 commit comments

Comments
 (0)