Skip to content

Commit

Permalink
change circle postgres user
Browse files Browse the repository at this point in the history
  • Loading branch information
djrobstep committed Oct 28, 2018
1 parent c369fae commit 32593a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- run:
name: Wait for db
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: apt-get install -y postgresql-client
- run:
name: create postgres user
command: psql postgresql://@localhost/circleci -c 'create role postgres'
- run:
name: Install poetry
command: |
Expand Down

0 comments on commit 32593a8

Please sign in to comment.