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 Sep 15, 2020
1 parent 45612d8 commit d02b8b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import automl_translation_dataset

project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import automl_translation_model

project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import automl_translation_predict

project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"


Expand Down

0 comments on commit d02b8b5

Please sign in to comment.