Trace markdown to docbook conversion script.

When debugging this script it would be nice if Jenkins would have a
trace of what it did in the console log. Make it so.

Change-Id: Ia379468ffb16005e22bfa6399f46e8c2347c6dc6
Reviewed-on: https://review.openstack.org/15774
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-11-09 13:08:14 -08:00 committed by Jenkins
parent 75b77762e7
commit 72afd76d32

View File

@ -1,4 +1,4 @@
#!/bin/bash -e #!/bin/bash -ex
# Documentation can be submitted in markdown and then converted to docbook # Documentation can be submitted in markdown and then converted to docbook
# so it can be built with the maven plugin. This is used by Jenkins when # so it can be built with the maven plugin. This is used by Jenkins when