summaryrefslogtreecommitdiffstats
path: root/jjb/copper
diff options
context:
space:
mode:
authorblsaws <blsaws@hotmail.com>2015-11-11 07:01:47 -0800
committerblsaws <blsaws@hotmail.com>2015-11-11 07:01:47 -0800
commit8598a3452355c86c7f79b4ea784b0b310711a8b8 (patch)
tree27c5f205e1daf64cb14b73bc11dd2c2d74ad2438 /jjb/copper
parentfe9932b75927d766c0d44f6696bee94fa0d88e2f (diff)
Fix ref to design_docs moved to docs/design
Change-Id: I6c6fd6aa9e312cbffc196cdf4cb58f8c0290442f Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'jjb/copper')
-rw-r--r--jjb/copper/docu-build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/copper/docu-build.sh b/jjb/copper/docu-build.sh
index 68a7bf541..c4edb949e 100644
--- a/jjb/copper/docu-build.sh
+++ b/jjb/copper/docu-build.sh
@@ -10,7 +10,7 @@ echo "-----"
echo
#make
-sphinx-build -b html -E -c etc/ design_docs/ build/
+sphinx-build -b html -E -c etc/ docs/design/ build/
echo
echo "Upload"
@@ -38,13 +38,13 @@ if [[ $JOB_NAME =~ "verify" ]] ; then
ssh -p 29418 gerrit.opnfv.org gerrit review -p $GERRIT_PROJECT -m \
$gerrit_comment $GERRIT_PATCHSET_REVISION
else
- gsutil cp -r build/* "gs://$gs_path_branch/design_docs/"
- #gsutil cp -r build/design_docs "gs://$gs_path_branch/"
+ gsutil cp -r build/* "gs://$gs_path_branch/docs/design/"
+ #gsutil cp -r build/docs/design "gs://$gs_path_branch/"
#gsutil cp -r build/requirements/html "gs://$gs_path_branch/"
#gsutil cp -r build/requirements/latex/*.pdf "gs://$gs_path_branch/"
#echo
- echo "Latest document is available at http://$gs_path_branch/design_docs/index.html"
+ echo "Latest document is available at http://$gs_path_branch/docs/design/index.html"
if gsutil ls "gs://$gs_path_review" > /dev/null 2>&1 ; then
echo