From 40f590c54a6057b030949446a06a63b2e2e04dee Mon Sep 17 00:00:00 2001 From: Victor Laza Date: Fri, 10 Apr 2015 11:18:30 +0300 Subject: Added verbosity for the script that builds documentation JIRA: DOCS-XXX - Added verbosity for the build-docu.sh script that builds documentation so details would be seen in "Console Output" when Jenkins build the job Change-Id: Iba927ede60694f7558c2bf51d58672fde55e2bca Signed-off-by: Victor Laza --- jjb/opnfvdocs/build-docu.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/opnfvdocs') diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh index 5718b07c8..e0df36437 100644 --- a/jjb/opnfvdocs/build-docu.sh +++ b/jjb/opnfvdocs/build-docu.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -xv for file in $(find . -type f -iname '*.rst'); do file_cut="${{file%.*}}" html_file=$file_cut".html" -- cgit 1.2.3-korg