Skip to content

Commit

Permalink
No credential required in latest postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
KSAlpha committed Feb 7, 2019
1 parent 91363a3 commit 249b3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
command: |
dockerize -wait tcp://localhost:5432 -timeout 1m
cd owl-daemon
echo "DATABASE_URL=postgres://root:circle_test@localhost/owl_daemon" > .env
echo "DATABASE_URL=postgres://localhost/owl_daemon" > .env
diesel database setup
- run:
name: Build
Expand All @@ -37,7 +37,7 @@ jobs:
command: |
dockerize -wait tcp://localhost:5432 -timeout 1m
cd owl-daemon
echo "DATABASE_URL=postgres://root:circle_test@localhost/owl_daemon" > .env
echo "DATABASE_URL=postgres://localhost/owl_daemon" > .env
diesel database setup
- restore_cache:
keys:
Expand Down

0 comments on commit 249b3df

Please sign in to comment.