Skip to content

Commit 15e41e8

Browse files
author
Marcelo Vanzin
committed
Error checking.
1 parent 1625baa commit 15e41e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker-image-tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function build {
116116
local SPARK_ROOT="$SPARK_HOME"
117117

118118
if is_dev_build; then
119-
create_dev_build_context
119+
create_dev_build_context || error "Failed to create docker build context."
120120
SPARK_ROOT="$CTX_DIR/base"
121121
fi
122122

0 commit comments

Comments
 (0)