Merge "[www] Don't publish redirect-tests.txt"

This commit is contained in:
Jenkins 2017-09-25 02:56:28 +00:00 committed by Gerrit Code Review
commit 92a1472c85
1 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,9 @@ if [ "$PUBLISH" = "publish" ] ; then
python tools/www-generator.py --source-directory www/ \
--output-directory publish-docs
rsync -a www/static/ publish-docs/
# Don't publish this file
# Don't publish these files
rm publish-docs/www-index.html
rm publish-docs/redirect-tests.txt
fi
if [ "$PUBLISH" = "build" ] ; then