Skip to content

Commit

Permalink
Remove danger from circleci because it's not working for forked PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Aug 26, 2018
1 parent cce68e4 commit 77be672
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -289,9 +280,6 @@ workflows:
jobs:
- build
- docs
- danger:
requires:
- build
- lint:
requires:
- docs
Expand Down

0 comments on commit 77be672

Please sign in to comment.