Skip to content

Commit fc71658

Browse files
committed
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.
1 parent 5dadda8 commit fc71658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/create-release/create-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ scp spark-* \
125125

126126
# Docs
127127
cd spark
128+
sbt/sbt clean
128129
cd docs
129130
PRODUCTION=1 jekyll build
130131
echo "Copying release documentation"

0 commit comments

Comments
 (0)