Skip to content

Commit

Permalink
Improve environment variables in GCP Lifeciences system test (#13834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiasz Kędzierski committed Jan 22, 2021
1 parent 1b9e3d1 commit 202f660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from airflow.utils import dates

PROJECT_ID = os.environ.get("GCP_PROJECT_ID", "example-project-id")
BUCKET = os.environ.get("GCP_GCS_BUCKET", "example-bucket")
BUCKET = os.environ.get("GCP_GCS_LIFE_SCIENCES_BUCKET", "example-life-sciences-bucket")
FILENAME = os.environ.get("GCP_GCS_LIFE_SCIENCES_FILENAME", 'input.in')
LOCATION = os.environ.get("GCP_LIFE_SCIENCES_LOCATION", 'us-central1')

Expand Down

0 comments on commit 202f660

Please sign in to comment.
  翻译: