From c6915aa7e3fea5513bcfe6b42d5657c7474c4fe3 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 16:15:41 +0100 Subject: [PATCH] indent again --- .circleci/config.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 74fb0e7..4f9d95e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,13 +49,12 @@ jobs: - ./node_modules e2e: 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: - checkout - restore_cache: