Browse Source

indent again

main
Francois Lannoy 6 years ago
parent
commit
c6915aa7e3
  1. 13
      .circleci/config.yml

13
.circleci/config.yml

@ -49,13 +49,12 @@ jobs:
- ./node_modules - ./node_modules
e2e: e2e:
docker: docker:
- images:
- cimg/node:14.10.1
- circleci/postgres:alpine
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
- image: cimg/node:14.10.1
- image: circleci/postgres:alpine
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save