Github user nchammas commented on a diff in the pull request:
https://github.com/apache/spark/pull/4731#discussion_r25377450
--- Diff: dev/create-release/create-release.sh ---
@@ -237,7 +237,7 @@ if [[ ! "$@" =~ --skip-package ]]; then
sbt/sbt clean
cd docs
# Compile docs with Java 7 to use nicer format
- JAVA_HOME=$JAVA_7_HOME PRODUCTION=1 jekyll build
+ JAVA_HOME=$JAVA_7_HOME PRODUCTION=1 RELEASE_VERSION=$RELEASE_VERSION
jekyll build
--- End diff --
Since we're updating this line anyway, can we change it to:
```
JAVA_HOME="$JAVA_7_HOME" PRODUCTION=1 RELEASE_VERSION="$RELEASE_VERSION"
jekyll build
```
This will protect against word splitting, though unlikely here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]