Do not publish stable/mitaka from master

Do not copy content to stable/mitaka, we have branched now.

Change-Id: I9cb981c2e2e607d38163980811aa107dacf49409
This commit is contained in:
Andreas Jaeger 2016-05-04 19:10:27 +02:00
parent 87c5510a6e
commit 904591acfc

View File

@ -69,11 +69,12 @@ if [ "$PUBLISH" = "publish" ] ; then
rm publish-docs/www-index.html rm publish-docs/www-index.html
fi fi
# We only publish changed manuals.
if [ "$PUBLISH" = "publish" ] ; then
# For publishing to both /draft and /BRANCH # For publishing to both /draft and /BRANCH
copy_to_branch mitaka #if [ "$PUBLISH" = "publish" ] ; then
else # # For publishing to both /draft and /BRANCH
# copy_to_branch mitaka
if [ "$PUBLISH" = "build" ] ; then
# Create index page for viewing # Create index page for viewing
openstack-indexpage publish-docs openstack-indexpage publish-docs
fi fi