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

Checking http://files.openstack.org/docs/ , we see that
redirect-tests.txt gets published - this is a test file, let's remove it
before publishing.

Change-Id: Id9b2fb0f7d196d53e64296e99ba959c029579b81
This commit is contained in:
Andreas Jaeger 2017-09-22 21:25:08 +02:00
parent 85107272be
commit a2f040015a
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