Merge "Place the generated list in the correct location for the proposal job"

This commit is contained in:
Jenkins 2016-02-29 20:00:22 +00:00 committed by Gerrit Code Review
commit a9bc5cb60e

View File

@ -54,3 +54,7 @@ done
test -r data/devstack-plugins-registry.footer && cat data/devstack-plugins-registry.footer
) > doc/source/plugin-registry.rst
if [[ -n ${1} ]]; then
cp doc/source/plugin-registry.rst ${1}/doc/source/plugin-registry.rst
fi