Skip to content

Commit

Permalink
fix: Remove unneccessary CI contexts
Browse files Browse the repository at this point in the history
These CI contexts aren't actually needed to pull in any deps, so lets
just remove them
  • Loading branch information
robcresswell committed Feb 23, 2021
1 parent 3ffa962 commit 29db0a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,12 @@ workflows:
jobs:
- install:
name: Install
context: nodejs-install
filters:
branches:
ignore:
- master
- lint:
name: Lint
context: nodejs-install
requires:
- Install
filters:
Expand Down

0 comments on commit 29db0a5

Please sign in to comment.