Skip to content
Snippets Groups Projects
Commit fc716589 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

HOTFIX: Clean before building docs during release.

If the docs are built after a Maven build has finished the intermediate
state somehow causes a compiler bug during sbt compilation. This just
does a clean before attempting to build the docs.
parent 5dadda86
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,7 @@ scp spark-* \ ...@@ -125,6 +125,7 @@ scp spark-* \
# Docs # Docs
cd spark cd spark
sbt/sbt clean
cd docs cd docs
PRODUCTION=1 jekyll build PRODUCTION=1 jekyll build
echo "Copying release documentation" echo "Copying release documentation"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment