Skip to content

Commit

Permalink
CircleCI: use postgres user (#592)
Browse files Browse the repository at this point in the history
"root" is not available anymore?!

Ref: https://circleci.com/gh/lock8/pinax-stripe/1256
  • Loading branch information
blueyed authored Oct 10, 2018
1 parent fbd7d91 commit 9cbe58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
environment:
- TOXENV=py36-dj20-postgres
- PINAX_STRIPE_DATABASE_HOST=127.0.0.1
- PINAX_STRIPE_DATABASE_USER=root
- PINAX_STRIPE_DATABASE_USER=postgres
- PINAX_STRIPE_DATABASE_NAME=circle_test
- image: circleci/postgres:9.6-alpine
release:
Expand Down

0 comments on commit 9cbe58a

Please sign in to comment.