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 7, 2020
1 parent 90f8624 commit 39a3f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

import samples

PROJECT_ID = environ['GCLOUD_PROJECT']
PROJECT_ID = environ['GOOGLE_CLOUD_PROJECT']
SLEEP_TIME = 1
TRY_LIMIT = 20

Expand Down

0 comments on commit 39a3f4a

Please sign in to comment.