We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff03cf commit c1a4c3eCopy full SHA for c1a4c3e
1 file changed
internal/kokoro/publish_docs.sh
@@ -35,8 +35,6 @@ export GCLOUD_TESTS_GOLANG_PROJECT_ID=dulcet-port-762
35
# Generate the YAML and a docs.metadata file.
36
godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go
37
38
-cd obj/api || exit 4
39
-
40
for f in $(find obj/api -name docs.metadata); do
41
d=$(dirname $f)
42
cd $d
0 commit comments