summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
authorVictor Laza <vlaza@cloudbasesolutions.com>2015-04-17 17:54:24 +0300
committerVictor Laza <vlaza@cloudbasesolutions.com>2015-04-17 17:54:24 +0300
commit0d3361f38409ed0202a356c24c8049f05414a2ef (patch)
tree7c250ec2b073bd7b1b4fb6fb7fe55f4a9879a526 /jjb/opnfvdocs
parentead5d73cde8656f48bd5478c07a8ddfb07abe884 (diff)
Update [2] on build-docu.sh for opnfvdocs project, gsutil minor fix
JIRA: This issue fixes "CommandException: No URLs matched:" related to gsutil by eliminating the 1st "/" in the path of files Change-Id: If263768a3c030c671881746a7fc4d31df2f8901e Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r--jjb/opnfvdocs/build-docu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh
index 2abf1275a..548dc7ae5 100644
--- a/jjb/opnfvdocs/build-docu.sh
+++ b/jjb/opnfvdocs/build-docu.sh
@@ -10,7 +10,7 @@ done < <(find . -type f -iname '*.rst' -print0)
for file in "${{files[@]}}"; do
file_cut="${{file%.*}}"
- gs_cp_folder="${{file_cut}}"
+ gs_cp_folder="${{file_cut#/}}"
echo "rst2html $file"
rst2html $file | gsutil cp -L gsoutput.txt - \