[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:
parent
85107272be
commit
a2f040015a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user