Skip to content

Commit

Permalink
fix(internal/kokoro): install the right version of docuploader (#2861)
Browse files Browse the repository at this point in the history
docuploader used to be "calendar" versioned. Now, it's normally versioned. This will work until we get to major version 2019. 😉
  • Loading branch information
tbpg authored Sep 15, 2020
1 parent 0dc7cea commit d8489c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -eo pipefail
# Display commands being run.
set -x

python3 -m pip install gcp-docuploader
python3 -m pip install "gcp-docuploader<2019.0.0"

cd github/google-cloud-go/internal/godocfx
go install
Expand Down

0 comments on commit d8489c1

Please sign in to comment.