Skip to content

Commit 61ceed7

Browse files
authored
Update config.yml
1 parent ad6974e commit 61ceed7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ jobs: # A basic unit of work in a run
1313
PIPENV_VENV_IN_PROJECT: true
1414
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
1515
# 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
16+
2317
steps: # steps that comprise the `build` job
2418
- checkout # check out source code to working directory
2519
- run: sudo chown -R circleci:circleci /usr/local/bin

0 commit comments

Comments
 (0)