From 426303186d336e47c5997f299d6fca8a46424488 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 13 Sep 2018 08:25:08 +0200 Subject: [PATCH] CircleCI: use postgres user "root" is not available anymore?! Ref: https://circleci.com/gh/lock8/pinax-stripe/1256 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0a828a12..a3474c59d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: