Skip to content

Commit c1a4c3e

Browse files
authored
fix(internal/kokoro): remove unnecessary cd (#3071)
1 parent 7ff03cf commit c1a4c3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/kokoro/publish_docs.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export GCLOUD_TESTS_GOLANG_PROJECT_ID=dulcet-port-762
3535
# Generate the YAML and a docs.metadata file.
3636
godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go
3737

38-
cd obj/api || exit 4
39-
4038
for f in $(find obj/api -name docs.metadata); do
4139
d=$(dirname $f)
4240
cd $d

0 commit comments

Comments
 (0)