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:
Eric Anderson 2018-07-11 13:16:29 -07:00
parent 15a5ba2698
commit 4e276a52f3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -eux -o pipefail set -eu -o pipefail
quote() { quote() {
local arg local arg