From d6ada2e6f388989975caf7c0387d81c63296a29f Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:41:57 +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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dbceb37..b3e4a47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ --- jobs: - build: + build: &shared-config docker: - auth: password: $DOCKERHUB_PASSWORD @@ -20,13 +20,7 @@ jobs: key: dependencies-{{ checksum "package.json" }}-v1 test_unit: - docker: - - auth: - password: $DOCKERHUB_PASSWORD - username: xaela37 - image: circleci/node:lts-fermium - working_directory: ~/repo - DATABASE_URL: postgres://pguser:pass@localhost:5432/pgdb + <<: *shared-config steps: - checkout - restore_cache: