Skip to content

Commit

Permalink
Replace legacy CircleCI PostgreSQL convenience image (dbt-labs#585)
Browse files Browse the repository at this point in the history
* Replace legacy CircleCI PostgreSQL convenience image
  • Loading branch information
dbeatty10 authored May 12, 2022
1 parent e09fa7d commit c5ea35a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
integration-postgres:
docker:
- image: cimg/python:3.9.9
- image: circleci/postgres:9.6.5-alpine-ram

- image: cimg/postgres:9.6
environment:
POSTGRES_USER: root
steps:
- checkout
- run:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Under the hood
- Fail integration tests appropriately ([#540](https://github.com/dbt-labs/dbt-utils/issues/540), [#545](https://github.com/dbt-labs/dbt-utils/pull/545))
- Upgrade CircleCI postgres convenience image ([#584](https://github.com/dbt-labs/dbt-utils/issues/584), [#585](https://github.com/dbt-labs/dbt-utils/pull/585))

## Contributors:
- [@graciegoheen](https://github.com/graciegoheen) (#545)
Expand Down

0 comments on commit c5ea35a

Please sign in to comment.