From 9aab364fe6814114272e661ab5e06c3edd33e188 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 12:08:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20FIX=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e2aaa5e..80d3cb6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: end_to_end: docker: - image: cimg/node:14.15.0 - auth: + auth: username: xaela37 password: $DOCKERHUB_PASSWORD - image: circleci/postgres:9.6.2-alpine