You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/26 01:34:32 UTC

[GitHub] szha closed pull request #9566: Fixed the 'rm -rfv' command that was not cleaning the versioned master folder

szha closed pull request #9566: Fixed the 'rm -rfv' command that was not cleaning the versioned master folder
URL: https://github.com/apache/incubator-mxnet/pull/9566
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/build_version_doc/build_doc.sh b/docs/build_version_doc/build_doc.sh
index d7cbd3bfbe..b13fa5c191 100755
--- a/docs/build_version_doc/build_doc.sh
+++ b/docs/build_version_doc/build_doc.sh
@@ -77,7 +77,7 @@ git submodule update
 echo "Building master"
 make docs || exit 1
 
-rm -rfv "$web_folder/versions/master/*"
+rm -rfv $web_folder/versions/master/*
 cp -a "docs/_build/html/." "$web_folder/versions/master"
 tests/ci_build/ci_build.sh doc python docs/build_version_doc/AddVersion.py --file_path "$web_folder/versions/master"
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services