Remove danger from circleci because it's not working for forked PRs

This commit is contained in:
Pavan Kumar Sunkara 2018-08-26 22:23:23 +02:00 committed by GitHub
parent cce68e47c7
commit 77be672fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,15 +209,6 @@ jobs:
- run:
name: Lint
command: yarn lint
danger:
<<: *defaults
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Danger
command: yarn danger ci
unit-test:
<<: *defaults
steps:
@ -289,9 +280,6 @@ workflows:
jobs:
- build
- docs
- danger:
requires:
- build
- lint:
requires:
- docs