Skip to content

Commit 06959eb

Browse files
committed
[SPARK-31934][BUILD] Remove set -x from docker image tool
### What changes were proposed in this pull request? Remove `set -x` from the docker image tool. ### Why are the changes needed? The image tool prints out information that may confusing. ### Does this PR introduce _any_ user-facing change? Less information is displayed by the docker image tool. ### How was this patch tested? Ran docker image tool locally. Closes apache#28759 from holdenk/SPARK-31934-remove-extranious-info-from-the-docker-image-tool. Authored-by: Holden Karau <[email protected]> Signed-off-by: Holden Karau <[email protected]>
1 parent 37b7d32 commit 06959eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/docker-image-tool.sh

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
# This script builds and pushes docker images when run from a release of Spark
2020
# with Kubernetes support.
2121

22-
set -x
23-
2422
function error {
2523
echo "$@" 1>&2
2624
exit 1

0 commit comments

Comments
 (0)