From 690ddccc5202b5a70f1afa5c518dca37b6a0861c Mon Sep 17 00:00:00 2001 From: Tyler Bui-Palsulich <26876514+tbpg@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:00:02 -0400 Subject: [PATCH] fix(internal/kokoro): remove extra dash in doc tarball (#2862) Before, this would be uploaded as `docfx--go-...`. --- internal/kokoro/publish_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/kokoro/publish_docs.sh b/internal/kokoro/publish_docs.sh index d8fc64a9098..e151bc72237 100755 --- a/internal/kokoro/publish_docs.sh +++ b/internal/kokoro/publish_docs.sh @@ -43,6 +43,6 @@ cd obj/api || exit 4 python3 -m docuploader upload \ --staging-bucket docs-staging-v2-staging \ - --destination-prefix docfx- \ + --destination-prefix docfx \ --credentials "$KOKORO_KEYSTORE_DIR/73713_docuploader_service_account" \ .