Skip to content

Commit

Permalink
fix(internal/kokoro): remove extra dash in doc tarball (#2862)
Browse files Browse the repository at this point in the history
Before, this would be uploaded as `docfx--go-...`.
  • Loading branch information
tbpg committed Sep 15, 2020
1 parent c6ea14f commit 690ddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/publish_docs.sh
Expand Up @@ -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" \
.

0 comments on commit 690ddcc

Please sign in to comment.