Skip to content

Commit

Permalink
fix(ci): remove audit check (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff authored Jun 8, 2020
1 parent 133c28a commit 99f1293
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,9 +80,6 @@ workflows:
lint:
jobs:
- lint
audit:
jobs:
- audit
build:
jobs:
- build:
Expand Down

0 comments on commit 99f1293

Please sign in to comment.