From 65bf9274f09d55d0a30dcb38f0ba8d01ee5efadc Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 18:32:35 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1d932c..210752a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,12 @@ version: 2.1 executors: - - node-executor: + node-executor: docker: - image: circleci/node:12 auth: username: $DOCKERHUB_LOGIN password: $DOCKERHUB_PASSWORD - - postgresql-executor: + postgresql-executor: docker: - image: circleci/postgres auth: