Skip to content

Commit

Permalink
use per-version projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 15, 2020
1 parent 0779b61 commit e32c38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/python3.6/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ env_vars: {
# but we'll update the value once we have more Cloud projects.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests"
value: "python-docs-samples-tests-py36"
}
2 changes: 1 addition & 1 deletion .kokoro/python3.7/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ env_vars: {
# Temporary setting my own project for testing the behavior on the PR.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests"
value: "python-docs-samples-tests-py37"
}
2 changes: 1 addition & 1 deletion .kokoro/python3.8/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ env_vars: {
# but we'll update the value once we have more Cloud projects.
env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests"
value: "python-docs-samples-tests-py38"
}

0 comments on commit e32c38a

Please sign in to comment.