We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0ac41 commit bb3dd18Copy full SHA for bb3dd18
.circleci/config.yml
@@ -7,10 +7,12 @@ jobs:
7
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
8
DB_USER: root
9
DB_NAME: circle_test
10
- - image: circleci/postgres:9.6.2 # an example of how to specify a service container
+ DB_PASSWORD: "password"
11
+ - image: circleci/postgres:10 # an example of how to specify a service container
12
environment:
13
POSTGRES_USER: root
14
POSTGRES_DB: circle_test
15
+ POSTGRES_PASSWORD: "password"
16
steps:
17
- checkout
18
- run: apt-get update && apt-get install -y libpq-dev
0 commit comments