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 13, 2020
1 parent e8cd9f8 commit 98a5ad8
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 @@ -17,7 +17,7 @@
import set_endpoint


PROJECT_ID = os.environ['GCLOUD_PROJECT']
PROJECT_ID = os.environ['GOOGLE_CLOUD_PROJECT']


def test_set_endpoint(capsys):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import video_classification_create_model

PROJECT_ID = os.environ["GCLOUD_PROJECT"]
PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
DATASET_ID = "VCN510437278078730240"
OPERATION_ID = None

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

import video_object_tracking_create_model

PROJECT_ID = os.environ["GCLOUD_PROJECT"]
PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
DATASET_ID = "VOT2823376535338090496"
OPERATION_ID = None

Expand Down

0 comments on commit 98a5ad8

Please sign in to comment.