From 6e9f2cf7fe7cc3d87289acffc920d09e91f0edd6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 28 Mar 2023 09:58:10 -0400 Subject: Fix publish docs URL output to console log. Signed-off-by: Dave Wallace Change-Id: I04cfa679f7f54c2245c4f5e84028ff1d01c6a371 --- jjb/scripts/publish_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') 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}" -- cgit 1.2.3-korg