Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 164379c

Browse files
committed
chore: reverting back to use BUILD_SPECIFIC_GCLOUD_PROJECT
1 parent 496b6e4 commit 164379c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
5050
# build specific Cloud project. You can also use your own string
5151
# to use your own Cloud project.
52-
'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
53-
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
52+
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
53+
'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
5454
# If you need to use a specific version of pip,
5555
# change pip_version_override to the string representation
5656
# of the version number, for example, "20.2.4"

0 commit comments

Comments
 (0)