[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:
@@ -38,8 +38,9 @@ if [ "$PUBLISH" = "publish" ] ; then
|
|||||||
python tools/www-generator.py --source-directory www/ \
|
python tools/www-generator.py --source-directory www/ \
|
||||||
--output-directory publish-docs
|
--output-directory publish-docs
|
||||||
rsync -a www/static/ 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/www-index.html
|
||||||
|
rm publish-docs/redirect-tests.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PUBLISH" = "build" ] ; then
|
if [ "$PUBLISH" = "build" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user