attilapiros commented on a change in pull request #31559:
URL: https://github.com/apache/spark/pull/31559#discussion_r575727769



##########
File path: dev/create-release/release-build.sh
##########
@@ -333,7 +333,13 @@ if [[ "$1" == "docs" ]]; then
   echo "Building Spark docs"
   cd docs
   # TODO: Make configurable to add this: PRODUCTION=1
-  PRODUCTION=1 RELEASE_VERSION="$SPARK_VERSION" jekyll build
+  if [ ! -f "Gemfile" ]; then

Review comment:
       Using the fallback as release script can be used to build any Spark refs 
(see GIT_REF) where could be no Gemfile at all.  




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to