Skip to content

Commit

Permalink
fix(internal/kokoro): remove unnecessary cd (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpg committed Oct 22, 2020
1 parent 7ff03cf commit c1a4c3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/kokoro/publish_docs.sh
Expand Up @@ -35,8 +35,6 @@ export GCLOUD_TESTS_GOLANG_PROJECT_ID=dulcet-port-762
# Generate the YAML and a docs.metadata file.
godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go

cd obj/api || exit 4

for f in $(find obj/api -name docs.metadata); do
d=$(dirname $f)
cd $d
Expand Down

0 comments on commit c1a4c3e

Please sign in to comment.