Skip to content

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleClo…
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and busunkim96 committed Aug 20, 2020
1 parent 37a3ad3 commit 8d84cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import create_job

TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
TEST_LOCATION = os.getenv('LOCATION_ID', 'us-central1')


Expand Down

0 comments on commit 8d84cb2

Please sign in to comment.