From 29db0a535d5ccf2de37e3c789a6c8f107eb1fb98 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Tue, 23 Feb 2021 09:33:25 +0000 Subject: [PATCH] fix: Remove unneccessary CI contexts These CI contexts aren't actually needed to pull in any deps, so lets just remove them --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 335f848e..216bef18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: