Skip to content

Commit

Permalink
Use CircleCI contexts for environment variables (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jan 6, 2023
1 parent 46586ea commit 8b3ee74
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 @@ -91,3 +91,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 8b3ee74

Please sign in to comment.