diff --git a/components/engine/hack/release/make.sh b/components/engine/hack/release/make.sh index b4af798354..a9395832bf 100755 --- a/components/engine/hack/release/make.sh +++ b/components/engine/hack/release/make.sh @@ -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! diff --git a/components/engine/hack/release/release.sh b/components/engine/hack/release/release.sh index 0ce9ab3596..4d5bd00b22 100755 --- a/components/engine/hack/release/release.sh +++ b/components/engine/hack/release/release.sh @@ -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.