Skip to content

Commit

Permalink
Update securitycenter/snippets/noxfile_config.py
Browse files Browse the repository at this point in the history
experiment - change back to build_specific
  • Loading branch information
leahecole authored and dandhlee committed Jan 26, 2023
1 parent 7c343cc commit 32f6f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securitycenter/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# build specific Cloud project. You can also use your own string
# to use your own Cloud project.
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
"gcloud_project_env": "GOOGLE_CLOUD_PROJECT",
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
# A dictionary you want to inject into your test. Don't put any
# secrets here. These values will override predefined values.
"envs": {
Expand Down

0 comments on commit 32f6f5a

Please sign in to comment.