func PrintBuildMsg()

in helpers/foundation-deployer/msg/msg.go [72:80]


func PrintBuildMsg(project, region string, disablePrompt bool) {
	fmt.Println("")
	fmt.Println("# Follow build execution and check build results in the Google console:")
	fmt.Printf("# %s\n", CloudBuildURL(project, region))
	if !disablePrompt {
		PressEnter("# Press Enter to continue at any time")
		fmt.Println("")
	}
}