diff --git a/bin/docker-image-tool.sh b/bin/docker-image-tool.sh index 8a01b80c4164b..6d74f8328aea2 100755 --- a/bin/docker-image-tool.sh +++ b/bin/docker-image-tool.sh @@ -19,8 +19,6 @@ # This script builds and pushes docker images when run from a release of Spark # with Kubernetes support. -set -x - function error { echo "$@" 1>&2 exit 1