We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c343cc commit 32f6f5aCopy full SHA for 32f6f5a
securitycenter/snippets/noxfile_config.py
@@ -28,7 +28,7 @@
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": "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