diff options
author | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-04-15 12:55:22 +0300 |
---|---|---|
committer | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-04-15 12:55:55 +0300 |
commit | fb3f14fe6ff5ff200aeb416ccbf25727297048ef (patch) | |
tree | aa9ee9bbb7eecb39563519c0169904db4cee629d /jjb/octopus | |
parent | 3143fe0cfe2a4cd17d3e3fa166c208e7dfa7c060 (diff) |
Fixed errors in conversion script for octopus project
JIRA: OCTO-40 - Removed trailing "v"s from the build-docu.sh script
Change-Id: I10df9dfa7486666221092027d3673dd82becae05
Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
Diffstat (limited to 'jjb/octopus')
-rw-r--r-- | jjb/octopus/build-docu.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/octopus/build-docu.sh b/jjb/octopus/build-docu.sh index 558451dbb..5978653d0 100644 --- a/jjb/octopus/build-docu.sh +++ b/jjb/octopus/build-docu.sh @@ -7,6 +7,3 @@ for file in $(find . -type f -iname '*.rst'); do rst2html $file > $html_file rst2pdf $file -o $pdf_file done -v -v - |