Skip to content

Commit

Permalink
Use CircleCI contexts for environment variables (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jan 6, 2023
1 parent 233cc05 commit 30515ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ workflows:
jobs:
- integration-postgres
- integration-redshift:
context: profile-redshift
requires:
- integration-postgres
- integration-snowflake:
context: profile-snowflake
requires:
- integration-postgres
- integration-bigquery:
context: profile-bigquery
requires:
- integration-postgres

0 comments on commit 30515ef

Please sign in to comment.