From 8ee7fef4518fd4d7f1ce3dbf952966c15e7f24bf Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:07:25 +0200 Subject: [PATCH] debug lint --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8799c84..28b6dd9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,12 +33,12 @@ jobs: - checkout - run: yarn lint - run: yarn format:check - job3: - docker: - - image: cimg/node:14.15.0 # the primary container, where your job's commands are run - auth: - username: $AUTH_DOCKER - password: $PSW_DOCKER # context / project UI env-var reference - steps: - - checkout - - run: yarn test:ci \ No newline at end of file + # job3: + # docker: + # - image: cimg/node:14.15.0 # the primary container, where your job's commands are run + # auth: + # username: $AUTH_DOCKER + # password: $PSW_DOCKER # context / project UI env-var reference + # steps: + # - checkout + # - run: yarn test:ci \ No newline at end of file