Skip to content

Commit

Permalink
Merge pull request #112 from dbt-labs/dbeatty/circleci-env-vars
Browse files Browse the repository at this point in the history
Use CircleCI contexts for environment variables
  • Loading branch information
dbeatty10 authored Jan 6, 2023
2 parents 9c86b20 + 62d0538 commit 4aabb9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,13 @@ jobs:
key: deps1-{{ .Branch }}
paths:
- "dbt_venv"

workflows:
version: 2
test-all:
jobs:
- build:
context:
- profile-redshift
- profile-snowflake
- profile-bigquery

0 comments on commit 4aabb9e

Please sign in to comment.