summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-08-26 16:44:35 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-08-26 16:44:35 -0400
commitc143d47175ac37eb181c8ad3274561e7895cb492 (patch)
treee8f0eafb305d5ba283d7d00baddcc11905ebf5b9
parent8d786ce957761c779df5255807eb4aaa863ddbda (diff)
Remove extra /
Change-Id: I61d290d0ef06252867e726d2f7b8e6397a286252 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rwxr-xr-xjjb/releng/docu-build-new.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/docu-build-new.sh b/jjb/releng/docu-build-new.sh
index ddd4100d2..233aba54f 100755
--- a/jjb/releng/docu-build-new.sh
+++ b/jjb/releng/docu-build-new.sh
@@ -52,7 +52,7 @@ if [[ $JOB_NAME =~ "verify" ]] ; then
gsutil cp -r docs/output/"${{dir##*/}}/" "gs://$gs_path_review/"
echo
# post link to gerrit as comment
- gerrit_comment=$(echo '"Document is available at 'http://$gs_path_review/"${{dir##*/}}/"/index.html' for review"')
+ gerrit_comment=$(echo '"Document is available at 'http://$gs_path_review/"${{dir##*/}}"/index.html' for review"')
echo "$gerrit_comment"
ssh -p 29418 gerrit.opnfv.org gerrit review -p $GERRIT_PROJECT -m \
$gerrit_comment $GERRIT_PATCHSET_REVISION