Browse code

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

Jenkins authored on 2016/03/01 05:00:22
Showing 1 changed files
... ...
@@ -54,3 +54,7 @@ done
54 54
 
55 55
 test -r data/devstack-plugins-registry.footer && cat data/devstack-plugins-registry.footer
56 56
 ) > doc/source/plugin-registry.rst
57
+
58
+if [[ -n ${1} ]]; then
59
+    cp doc/source/plugin-registry.rst ${1}/doc/source/plugin-registry.rst
60
+fi