From: Dave Wallace Date: Tue, 28 Mar 2023 13:58:10 +0000 (-0400) Subject: Fix publish docs URL output to console log. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6e9f2cf7fe7cc3d87289acffc920d09e91f0edd6;p=ci-management.git Fix publish docs URL output to console log. Signed-off-by: Dave Wallace Change-Id: I04cfa679f7f54c2245c4f5e84028ff1d01c6a371 --- diff --git a/jjb/scripts/publish_docs.sh b/jjb/scripts/publish_docs.sh index 1cf01a4bb..63bb5bc89 100755 --- a/jjb/scripts/publish_docs.sh +++ b/jjb/scripts/publish_docs.sh @@ -80,4 +80,4 @@ terraform init -no-color terraform apply -no-color -auto-approve popd -echo "S3 docs: https://${CDN_URL}${bucket_path}" +echo "S3 docs: https://${CDN_URL}/${bucket_path}"