From 99f12938baa0aa09ac1fa9d41db8738938127719 Mon Sep 17 00:00:00 2001 From: Sergey Peshkov Date: Mon, 8 Jun 2020 10:58:13 +0300 Subject: [PATCH] fix(ci): remove audit check (#77) --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 875141f0..f69d1f26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,12 +50,6 @@ jobs: path: ~/reports - store_artifacts: path: ~/reports - audit: - machine: - image: ubuntu-1604:201903-01 - steps: - - checkout - - run: npm audit docker-build-and-push: machine: image: ubuntu-1604:201903-01 @@ -86,9 +80,6 @@ workflows: lint: jobs: - lint - audit: - jobs: - - audit build: jobs: - build: