Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
docs: add docs-presubmit Kokoro job (#72)
Browse files Browse the repository at this point in the history
* docs: add docs-presubmit Kokoro job

* don't upload the image in docs-presubmit
  • Loading branch information
Takashi Matsuo committed Jul 28, 2020
1 parent 6f5e64c commit c42e5a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .kokoro/docs/docs-presubmit.cfg
@@ -0,0 +1,17 @@
# Format: //devtools/kokoro/config/proto/build.proto

env_vars: {
key: "STAGING_BUCKET"
value: "gcloud-python-test"
}

env_vars: {
key: "V2_STAGING_BUCKET"
value: "gcloud-python-test"
}

# We only upload the image in the main `docs` build.
env_vars: {
key: "TRAMPOLINE_IMAGE_UPLOAD"
value: "false"
}

0 comments on commit c42e5a9

Please sign in to comment.