Skip to content

Commit

Permalink
build: stop verbose output to keep travis from overflowing #21787
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaley committed Nov 21, 2022
1 parent 2bc3e0d commit 35d08ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ func doXCodeFramework(cmdline []string) {
if *deploy != "" {
meta := newPodMetadata(env, archive)
build.Render("build/pod.podspec", "Geth.podspec", 0755, meta)
build.MustRunCommand("pod", *deploy, "push", "Geth.podspec", "--allow-warnings", "--verbose")
build.MustRunCommand("pod", *deploy, "push", "Geth.podspec", "--allow-warnings")
}
}

Expand Down

0 comments on commit 35d08ac

Please sign in to comment.