We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc5e8 commit ac1ab92Copy full SHA for ac1ab92
samples/snippets/noxfile_config.py
@@ -27,8 +27,8 @@
27
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
28
# build specific Cloud project. You can also use your own string
29
# to use your own Cloud project.
30
- # 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
31
- "gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
+ "gcloud_project_env": 'GOOGLE_CLOUD_PROJECT',
+ # "gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
32
# A dictionary you want to inject into your test. Don't put any
33
# secrets here. These values will override predefined values.
34
"envs": {},
0 commit comments