We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6974e commit 61ceed7Copy full SHA for 61ceed7
.circleci/config.yml
@@ -13,13 +13,7 @@ jobs: # A basic unit of work in a run
13
PIPENV_VENV_IN_PROJECT: true
14
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
15
# CircleCI PostgreSQL images available at: https://hub.docker.com/r/circleci/postgres/
16
- - image: circleci/postgres:9.6.2
17
- auth:
18
- username: mydockerhub-user
19
- password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
20
- environment: # environment variables for the Postgres container.
21
- POSTGRES_USER: root
22
- POSTGRES_DB: circle_test
+
23
steps: # steps that comprise the `build` job
24
- checkout # check out source code to working directory
25
- run: sudo chown -R circleci:circleci /usr/local/bin
0 commit comments