Browse Source

💚 Fix ci

main
Alexandre SOARES 4 years ago
parent
commit
007a538f6a
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -50,9 +50,9 @@ jobs:
environment: environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer
end_to_end: end_to_end:
docker:
- image: cimg/node:14.15.0
auth:
docker:
- image: cimg/node:14.15.0
auth:
username: xaela37 username: xaela37
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
- image: circleci/postgres:9.6.2-alpine - image: circleci/postgres:9.6.2-alpine

Loading…
Cancel
Save