Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dev/create-release/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ if [[ "$1" == "finalize" ]]; then
echo "Uploading release docs to spark-website"
cd spark-website

# TODO: Test it in the actual release
# 1. Add download link to documentation.md
python3 <<EOF
import re
Expand Down Expand Up @@ -545,7 +544,6 @@ EOF

echo "Done."

# TODO: Test it in the actual official release
# Remove old releases from the mirror
# Extract major.minor prefix
RELEASE_SERIES=$(echo "$RELEASE_VERSION" | cut -d. -f1-2)
Expand Down