Browse Source

indent

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

13
.circleci/config.yml

@ -49,12 +49,13 @@ jobs:
- ./node_modules - ./node_modules
e2e: e2e:
docker: docker:
- image: cimg/node:14.10.1
- image: circleci/postgres:alpine
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
- images:
- cimg/node:14.10.1
- 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