From dcdc5fc581a1ca2e45609889bc281a3ea27460ae Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Mon, 2 Nov 2020 10:12:54 +0100 Subject: [PATCH] . --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5630ffc..1e0aa12 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,7 @@ jobs: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference build: - check-format: - <<: *shared-config + <<: *shared-config steps: - checkout # check out the code in the project directory - run: yarn global add node-gyp && yarn install