From f7e5d0aa5f10d338a3a465c01c35f4fdd9185457 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 25 Jan 2021 12:37:38 +0000 Subject: [PATCH] Remove Buildkite pipeline file These are managed from a separate repo now (https://github.com/matrix-org/pipelines). --- .buildkite/pipeline.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .buildkite/pipeline.yaml diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml deleted file mode 100644 index 0e33093..0000000 --- a/.buildkite/pipeline.yaml +++ /dev/null @@ -1,8 +0,0 @@ -steps: - - label: ":eslint: Lint" - command: - - "yarn install" - - "yarn lint" - plugins: - - docker#v3.0.1: - image: "node:10"