mirror of https://github.com/grpc/grpc-java.git
buildscripts: Remove set -x from run_in_docker.sh
Printing the commands is pretty ugly output and not particularly helpful, unless debugging the logic. If needing to debug, just add the -x locally.
This commit is contained in:
parent
15a5ba2698
commit
4e276a52f3
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eux -o pipefail
|
||||
set -eu -o pipefail
|
||||
|
||||
quote() {
|
||||
local arg
|
||||
|
|
|
|||
Loading…
Reference in New Issue