Skip to content

Commit

Permalink
rename postgres vars for circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Aug 26, 2024
1 parent 7278f73 commit 09e8495
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
environment:
POSTGRES_USER: root
environment:
POSTGRES_TEST_HOST: localhost
POSTGRES_TEST_USER: root
POSTGRES_TEST_PASS: ''
POSTGRES_TEST_PORT: 5432
POSTGRES_TEST_DBNAME: circle_test
POSTGRES_HOST: localhost
POSTGRES_USER: root
DBT_ENV_SECRET_POSTGRES_PASS: ''
POSTGRES_PORT: 5432
POSTGRES_DBNAME: circle_test

steps:
- checkout
Expand Down

0 comments on commit 09e8495

Please sign in to comment.