Commit 74b2bd2
authored
build: fix the docs build (googleapis#13444)
The docs build is failing with error `ERROR: Could not open requirements
file: [Errno 2] No such file or directory:
'/workspace/.kokoro/requirements.txt'`. The root of the problem is that
this file was deleted in
googleapis#13433.
I also needed to add the dependency `gcp-docuploader` to resolve the
`/usr/local/bin/python3.10: No module named docuploader` error during
the upload step
This PR resolves the failure by adding the necessary requirements file
under `/.kokoro/docker/docs`1 parent 8a5fe26 commit 74b2bd2
File tree
5 files changed
+304
-6
lines changed- .kokoro
- docker/docs
5 files changed
+304
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments