Skip to content

Commit

Permalink
Env variables in buildkite for Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandy Ryza committed Jun 2, 2020
1 parent dd608ea commit 716d265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ def postgres_extra_cmds_fn(_):
# See: https://github.com/dagster-io/dagster/issues/1960
supported_pythons=SupportedPythonsNo38,
),
ModuleBuildSpec(
'python_modules/libraries/dagster-azure',
env_vars=['AZURE_DATA_LAKE_STORAGE_KEY', 'AZURE_STORAGE_ACCOUNT_KEY'],
),
ModuleBuildSpec(
'python_modules/libraries/dagster-celery',
env_vars=['AWS_ACCOUNT_ID', 'AWS_ACCESS_KEY_ID', 'AWS_SECRET_ACCESS_KEY'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

import pytest


Expand Down

0 comments on commit 716d265

Please sign in to comment.