Skip to content

Commit d8489c1

Browse files
authored
fix(internal/kokoro): install the right version of docuploader (#2861)
docuploader used to be "calendar" versioned. Now, it's normally versioned. This will work until we get to major version 2019. 😉
1 parent 0dc7cea commit d8489c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kokoro/publish_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -eo pipefail
1919
# Display commands being run.
2020
set -x
2121

22-
python3 -m pip install gcp-docuploader
22+
python3 -m pip install "gcp-docuploader<2019.0.0"
2323

2424
cd github/google-cloud-go/internal/godocfx
2525
go install

0 commit comments

Comments
 (0)