Skip to content

Commit

Permalink
[SW-1927] Fix path to docker-image-tool.sh in build-kubernetes-images…
Browse files Browse the repository at this point in the history
….sh (#1818)
  • Loading branch information
jakubhava committed Feb 11, 2020
1 parent 8a57000 commit 33a75c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-kubernetes-images.sh
Expand Up @@ -5,7 +5,7 @@ TOPDIR=$(cd "$(dirname "$0")/.." || exit; pwd)

source "$TOPDIR/bin/sparkling-env.sh"

( cd "$SPARK_HOME" && docker-image-tool.sh -t "$SPARK_VERSION" build )
( cd "$SPARK_HOME" && ./bin/docker-image-tool.sh -t "$SPARK_VERSION" build )

echo "Creating Working Directory"
WORKDIR=$(mktemp -d)
Expand Down

0 comments on commit 33a75c5

Please sign in to comment.