Remove -x flag — we do not want to be *that* verbose.
This commit is contained in:
parent
885afebe07
commit
8a7c0495e0
2 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@
|
|||
#
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# We're a nice, sexy, little shell script, and people might try to run us;
|
||||
# but really, they shouldn't. We want to be in a container!
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
# official Dockerfile at the root of the Docker source code. The Dockerfile,
|
||||
# make.sh and release.sh should all be from the same source code revision.
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
# Print a usage message and exit.
|
||||
|
|
Loading…
Reference in a new issue