Skip to content

Commit d5af7fc

Browse files
committed
Don't write image tag file twice
1 parent 6af9fb6 commit d5af7fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/prepare-docker-images.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ fi
2828

2929
$SCRIPTS_DIR/write-docker-tag.sh --image-tag $IMAGE_TAG --image-tag-output-file $IMAGE_TAG_OUTPUT_FILE
3030

31-
rm -f $IMAGE_TAG_OUTPUT_FILE
32-
touch $IMAGE_TAG_OUTPUT_FILE
33-
echo -n $IMAGE_TAG > $IMAGE_TAG_OUTPUT_FILE
34-
3531
if [ ! -d "$UNPACKED_SPARK_TGZ" ];
3632
then
3733
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

Comments
 (0)