Skip to content

Commit

Permalink
Merge pull request ethereum#21787 from karalabe/pod-non-verbose
Browse files Browse the repository at this point in the history
build: stop verbose output to keep travis from overflowing
  • Loading branch information
karalabe authored Nov 5, 2020
2 parents 175506e + 6cfe494 commit 97fc1c3
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 @@ -980,7 +980,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 97fc1c3

Please sign in to comment.