From c63c6fce70d6d8f22ccb15d63c620d5941d085c0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 13 Mar 2019 18:33:45 -0600 Subject: [PATCH] Linter doesn't need downstream projects --- .buildkite/pipeline.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index f36112f8ac..a4aaf72b16 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -1,10 +1,7 @@ steps: - label: ":eslint: Lint" command: - # TODO: Remove hacky chmod for BuildKite - - "chmod +x ./scripts/ci/*.sh" - - "chmod +x ./scripts/*" - - "./scripts/ci/install-deps.sh" + - "yarn install" - "yarn lintwithexclusions" plugins: - docker#v3.0.1: