We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af9fb6 commit d5af7fcCopy full SHA for d5af7fc
scripts/prepare-docker-images.sh
@@ -28,10 +28,6 @@ fi
28
29
$SCRIPTS_DIR/write-docker-tag.sh --image-tag $IMAGE_TAG --image-tag-output-file $IMAGE_TAG_OUTPUT_FILE
30
31
-rm -f $IMAGE_TAG_OUTPUT_FILE
32
-touch $IMAGE_TAG_OUTPUT_FILE
33
-echo -n $IMAGE_TAG > $IMAGE_TAG_OUTPUT_FILE
34
-
35
if [ ! -d "$UNPACKED_SPARK_TGZ" ];
36
then
37
echo "No unpacked distribution was found at $UNPACKED_SPARK_TGZ. Please run clone-spark.sh and build-spark.sh first." && exit 1;
0 commit comments