Browse Source

indeeent

main
Francois Lannoy 6 years ago
parent
commit
01e51fa275
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -51,10 +51,10 @@ jobs:
docker:
- image: cimg/node:14.10.1
- image: circleci/postgres:alpine
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save