Browse Source

💚update my circleci

test
denisdalmeida04@gmail.com 6 years ago
parent
commit
6d73cb8271
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -44,7 +44,7 @@ jobs:
- image: circleci/python:3.7.4
environment:
DATABASE_URL: postgresql://myuser:somePwd@localhost:5432/mydb
- image: circleci/postgres:9.6.5-alpine
- image: postgres:9.6.2-alpine
environment:
POSTGRES_DB: mydb
POSTGRES_USER: myuser

Loading…
Cancel
Save